NTPClient
NTPClient copied to clipboard
Require support for Async UDP on ESP32
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
.