Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

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");