Skip to content

Releases: arduino-libraries/NTPClient

3.2.1

25 Apr 07:15
Compare
Choose a tag to compare

What's Changed

  • Fix return value of NTPClient::update by @bitsy in #56
  • Adding documentation of function 'getEpochTime' to README by @aentinger in #76
  • Added packet flush before request in forceUpdate(). Fixes issue #49 - random clock delay by @jbrown123 in #62
  • Added support for server IPAddress argument to NTPClient by @aentinger in #77
  • Added method to set random local port by @luigigubello in #116
  • Add default values to setRandomPort method by @luigigubello in #117
  • Remove redundant and outdated library metadata file by @per1234 in #121
  • Modernize continuous integration system by @per1234 in #137
  • added method to test if time was set correctly by @theandy94 in #71
  • Adding sync-labels workflow for sharing one set of labels across all repos. by @aentinger in #159

New Contributors

Full Changelog: 3.2.0...3.2.1

3.2.0

18 Sep 08:03
Compare
Choose a tag to compare
  • fixes updateInterval & lastUpdate variable type
  • Setting new default time server
  • Update README.md
  • Changed timeOffset from int to long
  • Make getter methods const
  • added method for changing time server
  • Update keywords.txt …

3.1.0

31 May 20:36
Compare
Choose a tag to compare
  • Added functions for changing the timeOffset and updateInterval later. Thanks @SirUli

3.0.0

19 Apr 17:54
Compare
Choose a tag to compare
  • Constructors now require UDP instance argument, to add support for non-ESP8266 boards
  • Added optional begin API to override default local port
  • Added end API to close UDP socket
  • Changed return type of update and forceUpdate APIs to bool, and return success or failure
  • Change return type of getDay, getHours, getMinutes, and getSeconds to int

2.0.0

12 Dec 16:25
Compare
Choose a tag to compare
  • Add missing empty constructor for the Basic example
  • Remove the need for calling begin() and make sure to always try to force update if there was no update yet.

Initial release

08 Dec 16:25
Compare
Choose a tag to compare
1.0.0

Initial commit