Big wheaterstation update #2

Closed
klaute wants to merge 19 commits from master into feature/http_call_send_json
Showing only changes of commit 44c2ef4144 - Show all commits

View file

@ -278,7 +278,11 @@ void wifiConnectionCheck() {
return; return;
} }
// TODO Was muss hier getan werden? #ifdef ENABLE_WATCHDOG
// loop endless, watchdog will reset the device
while (1 == 1) {}
#endif
ESP.reset();
} }