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:
- 248:e156e33b8b38
- Parent:
- 246:ca91a441b4dc
--- a/src/CloudDataHandler/CloudFileReceiver.cpp Fri Oct 21 11:29:05 2016 +0000
+++ b/src/CloudDataHandler/CloudFileReceiver.cpp Fri Oct 21 11:37:35 2016 +0000
@@ -429,6 +429,8 @@
bool CloudFileReceiver( std::string *recv_string, mDot *dot )
{
bool status;
+ CloudDataHandler_RcvFile = false;
+ return true;
cJSON * root = cJSON_Parse(recv_string->c_str());
cJSON * payload = cJSON_GetObjectItem(root,"pay");
