NTPClient icon indicating copy to clipboard operation
NTPClient copied to clipboard

Require support for Async UDP on ESP32

Open Witty-Wizard opened this issue 4 months ago • 0 comments

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.

Witty-Wizard avatar Oct 27 '24 19:10 Witty-Wizard