Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

Revision:
81:1eb0f16b2ab9
Parent:
21:4be85f9c7dc7
Child:
89:edfe5d376e55
--- a/xDotBridge/src/dot_util.cpp	Wed Nov 15 00:25:42 2017 +0000
+++ b/xDotBridge/src/dot_util.cpp	Thu Nov 16 20:59:24 2017 +0000
@@ -20,9 +20,9 @@
     logInfo("version ------------------ %s", dot->getId().c_str());
     logInfo("device ID/EUI ------------ %s", mts::Text::bin2hexString(dot->getDeviceId()).c_str());
     logInfo("frequency band ----------- %s", mDot::FrequencyBandStr(dot->getFrequencyBand()).c_str());
-    if (dot->getFrequencySubBand() != mDot::FB_EU868) {
-        logInfo("frequency sub band ------- %u", dot->getFrequencySubBand());
-    }
+//    if (dot->getFrequencySubBand() != mDot::FB_EU868) {
+//        logInfo("frequency sub band ------- %u", dot->getFrequencySubBand());
+//    }
     logInfo("public network ----------- %s", dot->getPublicNetwork() ? "on" : "off");
     logInfo("=========================");
     logInfo("credentials configuration");