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/main.cpp
- Revision:
- 52:e25c857451b6
- Parent:
- 51:66b820f203a5
- Parent:
- 49:0456ee2271be
- Child:
- 53:14ee82a96d93
--- a/src/main.cpp Tue Sep 13 21:29:24 2016 +0000 +++ b/src/main.cpp Tue Sep 13 21:34:12 2016 +0000 @@ -99,9 +99,9 @@ printf("\r%s: continuing to initialize...\n", __func__); Thread analyticsLoggerThread(AnalyticsLogger); - Thread modbusMaster_thread(ModbusMaster); + Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityNormal, 10000, NULL); Thread BLE_thread(BLEDataHandler); - Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, 6000, NULL); + Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, 8000, NULL); // assign globals GLOBAL_analyticsLogger_thread = &analyticsLoggerThread;