ezTime
ezTime copied to clipboard
secondChanged() always returns true
secondChanged() always returns true unless you call second() at some point. This does not seem to be documented, so I assume it is not expected behavior.
On an ESP8266, calling secondChanged() only once in main loop.
@ijord
I'm having an issue with the minuteChanged() function on my ESP32. I have it in my Main loop and it always returns false. Did you ever resolve your issue?