NTPClient/CHANGELOG

18 lines
579 B
Plaintext
Raw Normal View History

2020-10-07 14:59:37 +02:00
* Added function to get dayof month - 2020.10.07
2016-05-31 22:33:15 +02:00
NTPClient 3.1.0 - 2016.05.31
* Added functions for changing the timeOffset and updateInterval later. Thanks @SirUli
2016-04-19 15:07:18 +02:00
NTPClient 3.0.0 - 2016.04.19
2016-04-15 15:20:11 +02:00
* 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
2016-04-19 15:07:18 +02:00
* Change return type of getDay, getHours, getMinutes, and getSeconds to int
2016-04-15 15:20:11 +02:00
Older
* Changes not recorded