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

minuteChanged only waits about 2 seconds #139

Closed MikeyMoMo closed 2 years ago

MikeyMoMo commented 2 years ago

When calling minuteChanged, it goes true after 2 seconds. It does not wait for a whole minute.

MikeyMoMo commented 2 years ago

Looking at this more in depth, almost any call updates the last called variable so it will always be wrong. There seems to be a structural problem here. I can't fix it tonight. Will try to look, again, tomorrow. I surely would like to have this library fully functional. It surely simplifies the sketch! Lots of good work but this problem remains.

MikeyMoMo commented 2 years ago

It works, sometimes. Nobody cares so I will close this now.