avaldebe / UxTClib

ctime clock library for ESP8266 and ESP32
MIT License
3 stars 1 forks source link

NTP client library #3

Closed avaldebe closed 6 years ago

avaldebe commented 7 years ago

Use a (clean) NTP client library and leave all the time manipulation to the classes provided on by the RTC library.

avaldebe commented 7 years ago

EasyNTPClient

Seems to be just what I need, see example.

Global install

pio lib --global install "EasyNTPClient"

Configuration File "platformio.ini"

[common]
lib_deps = EasyNTPClient