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
It seems NTP_TIMEOUT is to short (no response from server)
If I use my local NTP server most of the times it works when using a remote NTP server (I tested with 15) the lowest possible value is 2000 ms.
Maybe something to look into if more people have this issue.
The text was updated successfully, but these errors were encountered:
I'm planning to migrate ESP8266 and ESP32 code to use async UDP library. Meanwhile, having 2 seconds time is too long to have a blocking function. Anyway if it works in your case, you can change it in your local library copy. Thanks
It seems NTP_TIMEOUT is to short (no response from server)
If I use my local NTP server most of the times it works when using a remote NTP server (I tested with 15) the lowest possible value is 2000 ms.
Maybe something to look into if more people have this issue.
The text was updated successfully, but these errors were encountered: