From aaa191a66dfd1d4880184ab52079567b5636ef67 Mon Sep 17 00:00:00 2001 From: coelner Date: Thu, 14 Oct 2021 14:04:14 +0200 Subject: [PATCH] fix loop task --- 60LED_WS2812B_NTP_Clock.ino | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/60LED_WS2812B_NTP_Clock.ino b/60LED_WS2812B_NTP_Clock.ino index bdb7356..ae65308 100644 --- a/60LED_WS2812B_NTP_Clock.ino +++ b/60LED_WS2812B_NTP_Clock.ino @@ -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(); diff --git a/README.md b/README.md index a81a000..b3ff0dc 100644 --- a/README.md +++ b/README.md @@ -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