pull/39/head 0.7.8
Rop 7 years ago
parent c341f04001
commit 3e05cba708

@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/ropg/ezTime"
},
"version": "0.7.7",
"version": "0.7.8",
"framework": "arduino",
"platforms": "*",
"build": {

@ -1,5 +1,5 @@
name=ezTime
version=0.7.7
version=0.7.8
author=Rop Gonggrijp
maintainer=Rop Gonggrijp
sentence=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.

@ -192,7 +192,7 @@ namespace ezt {
if (!_initialised) {
for (uint8_t n = 0; n < MAX_EVENTS; n++) _events[n] = { 0, NULL };
#ifdef EZTIME_NETWORK_ENABLE
updateNTP(); // Start the cycle of updateNTP running and then setting an event for its next run
if (_ntp_interval) updateNTP(); // Start the cycle of updateNTP running and then setting an event for its next run
#endif
_initialised = true;
}

Loading…
Cancel
Save