techniccontroller / wordclock_esp8266

Wordclock 2.0 with ESP8266 and NTP time
https://techniccontroller.com/word-clock-with-wifi-and-neopixel/
MIT License
22 stars 17 forks source link

[bug] clock sometimes loses WiFi connection #15

Open techniccontroller opened 1 year ago

techniccontroller commented 1 year ago

The clock sometimes loses WiFi connection and shows the wrong time.

TODO: Potential Solution: detect connection loss and try to reconnect automatically, maybe restart.

techniccontroller commented 1 year ago

TODO: Persist current time after restart, so that longer downtimes of ethernet connection can be overcome or display a special pattern in case no connection to the NTP server is possible for a longer time (5min).