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:
- 224:9ea8925c61e0
- Parent:
- 214:52ef35bc44ec
- Child:
- 246:ca91a441b4dc
diff -r 7783e894f7e0 -r 9ea8925c61e0 src/CloudDataHandler/CloudFileReceiver.cpp
--- a/src/CloudDataHandler/CloudFileReceiver.cpp Tue Oct 11 17:59:35 2016 +0000
+++ b/src/CloudDataHandler/CloudFileReceiver.cpp Tue Oct 18 12:02:42 2016 +0000
@@ -379,7 +379,7 @@
ModbusMasterMailBox.put(mail);
break;
}
- case MODBUS_COMMAND_MTYPE: {
+ case BT_MODBUS_COMMAND_MTYPE: {
logInfo("PROCESSING MODBUS COMMAND FILE");
snprintf( filename, sizeof(FILENAME_STRING), "mcmd_%s.json",
from_json["pay"]["mcommand"]["id"].get<std::string>().c_str() );
