Network, SD, Readall. comments added

Dependencies:   Peripherals Buffer_lib_v2 SD_Lib_EffedUP_ERP Time_Lib_v2 Year3_Version5 BMP280 Network_Lib TextLCD BME280

Revision:
16:17e8f7d4241a
Parent:
15:00422efe0550
Child:
17:a3cc9013316c
--- a/main.cpp	Thu Jan 03 19:25:04 2019 +0000
+++ b/main.cpp	Fri Jan 04 11:30:18 2019 +0000
@@ -21,10 +21,10 @@
 int setting;
 int t;
 
-Thread t1;
-Thread t2;
-Thread t3; 
-Thread t4;
+Thread t1(osPriorityRealtime);    //sensor thread is highest priority
+Thread t2(osPriorityNormal);    
+Thread t3(osPriorityNormal); 
+Thread t4(osPriorityNormal);
 
 
 //LDR sensor