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:
- 214:52ef35bc44ec
- Parent:
- 200:f83fefd6180a
- Child:
- 219:2b6c5782f291
--- a/src/main.cpp Mon Oct 10 14:38:38 2016 +0000 +++ b/src/main.cpp Tue Oct 11 15:31:49 2016 +0000 @@ -155,7 +155,7 @@ banner(); - Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, (1024*10), NULL); + Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, (1024*8), NULL); osSignalWait(sig_output_continue, osWaitForever); // start the output task @@ -174,9 +174,9 @@ Thread BLE_thread(BLEDataHandler); printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); #endif - Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*10), NULL); + Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*8), NULL); logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); - Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*10), NULL); + Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*2), NULL); logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);