-
Notifications
You must be signed in to change notification settings - Fork 9
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:NACK" #3
Comments
if you're using an ESP32 its probably easier to use the NTP built into the core library. I did something like:
|
Thank you very much, I'll give that a go in the near future :) As a follow-up, for anyone else, I found that the first time the code runs on the ESP32 I get the "NACK" outcome but the following time around it works. I also found using a local NTP server (TPG) worked. Not sure why at this stage but it works. #define NTP_SERVER 203,12,160,2 //TPG Server and #define TIMEZONE 0.5 // (for South Australia) |
Incredible work, thank you! I was wondering, is the NTP server still working in your build? I've not had any success and I've not edited your code.
The text was updated successfully, but these errors were encountered: