Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
138:27c39d0e4e81
Parent:
134:f90154ff33ec
Child:
139:f1f4a523399f
--- a/src/CloudDataHandler/CloudFileReceiver.cpp	Tue Sep 27 15:37:49 2016 +0000
+++ b/src/CloudDataHandler/CloudFileReceiver.cpp	Tue Sep 27 17:54:17 2016 +0000
@@ -219,9 +219,8 @@
 
         int sequence = final_json["seq"].get<int>();
         int mType = final_json["pay"]["mtype"].get<int>();
-        std::string input = final_json["pay"]["input"]["id"].get<std::string>().c_str();
 
-        printf("MESSAGE TYPE=%d, input=%s\r\n",mType, input.c_str());
+        printf("MESSAGE TYPE=%d\r\n",mType);
 
         status = StoreReceivedFile( dot, final_json );
         if( status != true ) {