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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secondChanged() always returns true

ijord opened this issue · comments

commented

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.

commented

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