Big wheaterstation update #2
1 changed files with 5 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue