Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
169:c503848823aa
Parent:
151:9d47fe5ba805
diff -r 1dd3ae953baf -r c503848823aa src/mDotLoRa/LoRaInit.cpp
--- a/src/mDotLoRa/LoRaInit.cpp	Mon Oct 03 18:10:31 2016 +0000
+++ b/src/mDotLoRa/LoRaInit.cpp	Mon Oct 03 21:33:58 2016 +0000
@@ -18,7 +18,7 @@
     dot->resetConfig();
 
     // set the logging level
-    dot->setLogLevel(mts::MTSLog::TRACE_LEVEL);
+    dot->setLogLevel(mts::MTSLog::ERROR_LEVEL);
 
     logInfo("setting frequency sub band");
     if ((ret = dot->setFrequencySubBand(config_frequency_sub_band)) != mDot::MDOT_OK) {