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

Add an overloaded method for updateNTP returns mS correction amount #95

Open montgomeryb opened 4 years ago

montgomeryb commented 4 years ago

This change adds an overloaded method for updateNTP that will return the correction in mS after a successful update. The existing method with no parameters is still valid.