fix loop task

This commit is contained in:
coelner 2021-10-14 14:04:14 +02:00
parent 825ee5ff50
commit aaa191a66d
2 changed files with 3 additions and 1 deletions

View File

@ -540,7 +540,6 @@ void syncNTP() {
#endif
}
clockTick.enable(); //enable to check for ntp every 60 seconds
iotwebconfLoop.enable();
}
}
@ -593,6 +592,7 @@ void setup() {
runner.addTask(bootAnim);
runner.addTask(iotwebconfLoop);
bootAnim.enable();
iotwebconfLoop.enable();
iotWebConf_Setup();
//Serial.end();

View File

@ -65,3 +65,5 @@ Unten auf der Statusseite gibt es einen Link zur Konfigurationsseite, eine Mögl
## ausstehende Verbesserungen
- [ ] flüssige Helligkeitsadaptierung
- [ ] härtes non-blocking Verhalten
- [ ] finde WDT reset beim WiFi connect
- [ ] schnelleres Berechnen des followingHour Offset