program to test receiving packets from the gateway

Dependencies:   libmDot mbed-rtos mbed-src

Revision:
1:8295b8c0d802
Parent:
0:e17e5a07892d
Child:
2:aadbdfb6d517
--- a/main.cpp	Fri Jun 26 17:39:51 2015 +0000
+++ b/main.cpp	Fri Jun 26 19:40:51 2015 +0000
@@ -37,6 +37,8 @@
     dot = mDot::getInstance();
 
     dot->resetConfig();
+    
+    dot->setLogLevel(MTSLog::TRACE_LEVEL);
 
     while ((ret = dot->setFrequencySubBand(config_frequency_sub_band)) != mDot::MDOT_OK) {
         logError("failed to set frequency sub band: [%d][%s]", ret, mDot::getReturnCodeString(ret).c_str());