Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTP_TIMEOUT 1500 to short #56

Closed
AlbertWeterings opened this issue Feb 17, 2018 · 3 comments
Closed

NTP_TIMEOUT 1500 to short #56

AlbertWeterings opened this issue Feb 17, 2018 · 3 comments

Comments

@AlbertWeterings
Copy link

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.

@gmag11
Copy link
Owner

gmag11 commented Mar 8, 2018

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

@AlbertWeterings
Copy link
Author

Maybe it is a option to make it a configurable variable.

@gmag11
Copy link
Owner

gmag11 commented Mar 9, 2018

It's done, check develop branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants