SMPTE-EBU-TimecodeGenerator-ESP32
SMPTE-EBU-TimecodeGenerator-ESP32 copied to clipboard
resync time when time zone is changed from the web page. Some typo fixes
When the user changes the timezone on the web interface, nothing happens to the clock until the next scheduled NTP sync. This may take up to 15 minutes. This patch forces the 'lastTime' to be more than 15 minutes ago and so the NTP call will be triggered in the loop.
A few typos fixed.