Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
151:9d47fe5ba805
Parent:
149:950c90425f7c
Child:
169:c503848823aa
diff -r 4db35c8234b4 -r 9d47fe5ba805 src/mDotLoRa/LoRaInit.cpp
--- a/src/mDotLoRa/LoRaInit.cpp	Fri Sep 30 13:35:28 2016 +0000
+++ b/src/mDotLoRa/LoRaInit.cpp	Fri Sep 30 14:32:26 2016 +0000
@@ -18,7 +18,7 @@
     dot->resetConfig();
 
     // set the logging level
-    dot->setLogLevel(mts::MTSLog::ERROR_LEVEL);
+    dot->setLogLevel(mts::MTSLog::TRACE_LEVEL);
 
     logInfo("setting frequency sub band");
     if ((ret = dot->setFrequencySubBand(config_frequency_sub_band)) != mDot::MDOT_OK) {