Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
163:7b8d4c8b03e4
Parent:
160:201b88aa08c1
Parent:
162:5e8948b8044d
Child:
167:377142be7300
--- a/src/main.cpp	Fri Sep 30 16:42:51 2016 +0000
+++ b/src/main.cpp	Fri Sep 30 20:21:08 2016 +0000
@@ -153,7 +153,7 @@
 
     banner();
 
-    Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, (1024*10), NULL);
+    Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, (1024*12), NULL);
     osSignalWait(sig_output_continue, osWaitForever);
 
     // start the output task
@@ -163,14 +163,19 @@
     // start the configuration handler
     Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, (1024*4),  NULL);
     osSignalWait(sig_config_continue, osWaitForever);
+    
+    printf("CONFIGURATION HANDLER DONE\r\n");
 
     // we're clear to start running the controls
     Thread controlTask_thread(ControlTask, NULL, osPriorityNormal, (1024*2),  NULL);
-    //printf("\r%s: continuing to initialize...\n", __func__);
+    printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
 
     Thread BLE_thread(BLEDataHandler);
-    Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*10), NULL);
-    Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*10), NULL);
+    printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
+    Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*12), NULL);
+    printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
+    Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*12), NULL);
+    printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
 
 
     // assign globals