mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 20:29:50 +03:00
pio-my
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user