diff --git a/lighthub/main.cpp b/lighthub/main.cpp index cb34fb3..2aac7f0 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -334,8 +334,7 @@ if((wifiMulti.run() == WL_CONNECTED)) lanStatus=1; #endif break; - case 2: // IP Ready, config loaded, Connecting broker & subscribe -//Arming Watchdog + case 2: // IP Ready, config loaded, Connecting broker & subscribeArming Watchdog wdt_res(); { short n=0; diff --git a/platformio.ini b/platformio.ini index 8408de8..c9db7f0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,8 +15,8 @@ platform = atmelavr board = megaatmega2560 framework = arduino lib_deps = -; https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 - https://github.com/anklimov/Arduino-Temperature-Control-Library.git + https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 +; https://github.com/anklimov/Arduino-Temperature-Control-Library.git https://github.com/anklimov/DS2482_OneWire https://github.com/anklimov/DmxSimple https://github.com/anklimov/httpClient