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.
I would like to request support for using
AsyncUDP
with theNTPClient
library on theESP32
platform. Currently, the library is primarily designed to work withWiFiUDP
, but I prefer usingAsyncUDP
due to its non-blocking nature and better performance in handlingUDP
communication on theESP32
.