
sd, network
Dependencies: Peripherals SD_Lib_EffedUP_ERP Time_Lib_v2 Year3_Version5 BMP280 Network_Lib TextLCD BME280 Buffer
Diff: main.cpp
- Revision:
- 25:ef3ee210fed5
- Parent:
- 24:bacf24afe91f
--- a/main.cpp Tue Jan 22 16:36:44 2019 +0000 +++ b/main.cpp Wed Jan 23 01:04:33 2019 +0000 @@ -46,9 +46,9 @@ // run threads sensor_thread.start(FunctionSensor); - serial_thread.start(FunctionSerial); +// serial_thread.start(FunctionSerial); SD_Card_thread.start(FunctionSD1); Network_thread.start(Network); - Update_time_thread.start(UpdateTime); +// Update_time_thread.start(UpdateTime); }