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:
- 45:3b9e1923cb15
- Parent:
- 35:6235ef67faa1
- Child:
- 48:1c7861d80d16
- Child:
- 49:0456ee2271be
--- a/src/main.cpp Mon Sep 12 14:38:39 2016 +0000 +++ b/src/main.cpp Mon Sep 12 22:19:27 2016 +0000 @@ -96,7 +96,7 @@ Thread analyticsLoggerThread(AnalyticsLogger); Thread modbusMaster_thread(ModbusMaster); Thread BLE_thread(BLEDataHandler); - Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, 3072, NULL); + Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, 6000, NULL); // assign globals GLOBAL_analyticsLogger_thread = &analyticsLoggerThread;