Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

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__);