ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

secondChanged() always returns true #132

Open ijord opened 2 years ago

ijord commented 2 years ago

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.

k5map commented 1 year ago

@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?