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:
14:433745616744
Parent:
13:a89d4591af3f
Child:
15:00422efe0550
--- a/main.cpp	Wed Jan 02 18:19:44 2019 +0000
+++ b/main.cpp	Thu Jan 03 13:52:58 2019 +0000
@@ -48,8 +48,8 @@
     
     // run threads
     t1.start(FunctionSensor);           
-    t2.start(FunctionTime);   
-    t3.start(FunctionSerial); 
-    t4.start(FunctionSD2);
+//    t2.start(FunctionTime);   
+    t2.start(FunctionSerial); 
+    t3.start(FunctionSD2);
        
 }