-
Notifications
You must be signed in to change notification settings - Fork 381
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
Increase time accuracy #102
base: master
Are you sure you want to change the base?
Increase time accuracy #102
Conversation
fix an adding one error
Any plan to fix and merge this PR soon ? |
The build fails for these 2 errors:
Unluckily the functions |
I have tested these codes on my esp32. It works very well. It has run for half a month without a bug or crash. These prints are not important. They are just showing what information one can get from WiFi. |
According to log the build is done with platform esp8266, which is a little bit different from esp32. I hope that all Arduino library functions are present in every supported platform. |
Any plans to get this merged? |
I also add a demo program. I set an NTP Server in my LAN. In this network condition, the time error can be reduced to no more than plus-minus 10ms.