This commit is contained in:
livello
2018-03-14 00:42:47 +03:00
parent e3086e82f4
commit cbb606fc65
2 changed files with 3 additions and 4 deletions

View File

@@ -334,8 +334,7 @@ if((wifiMulti.run() == WL_CONNECTED)) lanStatus=1;
#endif #endif
break; break;
case 2: // IP Ready, config loaded, Connecting broker & subscribe case 2: // IP Ready, config loaded, Connecting broker & subscribeArming Watchdog
//Arming Watchdog
wdt_res(); wdt_res();
{ {
short n=0; short n=0;

View File

@@ -15,8 +15,8 @@ platform = atmelavr
board = megaatmega2560 board = megaatmega2560
framework = arduino framework = arduino
lib_deps = lib_deps =
; https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49
https://github.com/anklimov/Arduino-Temperature-Control-Library.git ; https://github.com/anklimov/Arduino-Temperature-Control-Library.git
https://github.com/anklimov/DS2482_OneWire https://github.com/anklimov/DS2482_OneWire
https://github.com/anklimov/DmxSimple https://github.com/anklimov/DmxSimple
https://github.com/anklimov/httpClient https://github.com/anklimov/httpClient