arduino-libraries / NTPClient

Connect to a NTP server
554 stars 376 forks source link

Require support for Async UDP on ESP32 #218

Open Witty-Wizard opened 1 month ago

Witty-Wizard commented 1 month ago

I would like to request support for using AsyncUDP with the NTPClient library on the ESP32 platform. Currently, the library is primarily designed to work with WiFiUDP, but I prefer using AsyncUDP due to its non-blocking nature and better performance in handling UDP communication on the ESP32.