What is the best way to use NTP in this library?
rtek1000 opened this issue · 1 comments
rtek1000 commented
Hello,
I managed to use NTP with the help of this other library:
https://github.com/arduino-libraries/NTPClient
rtc.setTime(timeClient.getEpochTime());
hpsaturn commented
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: