fbiego/ESP32Time

What is the best way to use NTP in this library?

rtek1000 opened this issue · 1 comments

Hello,

I managed to use NTP with the help of this other library:

https://github.com/arduino-libraries/NTPClient

rtc.setTime(timeClient.getEpochTime());

You don't need libraries on ESP32 to handle the NTP requests. The Arduino Framework (Espressiff), is built with this support and internal libraries. For example I did this eInk clock using it 3 years ago:

https://github.com/hpsaturn/m5coreink-ntp-clock