SMPTE-EBU-TimecodeGenerator-ESP32 icon indicating copy to clipboard operation
SMPTE-EBU-TimecodeGenerator-ESP32 copied to clipboard

resync time when time zone is changed from the web page. Some typo fixes

Open VK2BEA opened this issue 1 year ago • 0 comments

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.

VK2BEA avatar Oct 24 '24 23:10 VK2BEA