Infinity Mirror Clock
I had created an infinity mirror clock a few years back, and recently decided to upgrade it with an ESP8266 – basically to get time from an NTP server and some basic MQTT control.
https://www.instructables.com/id/Infinity-Mirror-Clock/
Unfortunately, I’m running into a small problem. Every time my router is down, or reboots – the clock does not connect again until I physically switch if off and on. Here is the code I’m using:
https://gist.github.com/dushyantahuja/1f96a3515987b8bd77df7243994c5e9f
Any help would be appreciated