Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CloudDataHandler/CloudFileReceiver.cpp
- 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 ) {
    