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/CloudDataHandler.h
- Revision:
- 224:9ea8925c61e0
- Parent:
- 190:af7ab603c9fe
- Child:
- 233:a26b7bc1455e
--- a/src/CloudDataHandler/CloudDataHandler.h Tue Oct 11 17:59:35 2016 +0000 +++ b/src/CloudDataHandler/CloudDataHandler.h Tue Oct 18 12:02:42 2016 +0000 @@ -22,7 +22,11 @@ #define EVENT_LOG_MTYPE 300 #define LIVE_DATA_MTYPE 400 -#define MODBUS_COMMAND_MTYPE 1000 + +// Blue tooth requests +#define BT_MODBUS_COMMAND_MTYPE 1000 +#define BT_GETLOG_COMMAND_MTYPE 1100 +#define BT_GETLIVE_COMMAND_MTYPE 1200 void CloudDataHandler(void const *args);