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

bool waitForSync should return a value #4

Closed kthoene closed 5 years ago

kthoene commented 5 years ago

In successfull cases, synced time, waitForSync() should return a value (true). This return statement is missing in the function, so always false is returned.

ropg commented 5 years ago

Whoops.. You're absolutely right. Fixed in next version...