You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: