-
Notifications
You must be signed in to change notification settings - Fork 47
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
Time not updating automatically #37
Comments
I have the same problem. Came looking into these issues and found this one. Does anyone have insight into this? |
I found a solution to this problem. I have downgraded some libs: ntpclient V 3.1.0 Now it works well. |
Thank you for coming back with this! |
the simple solution is to put the line |
I have the same problem with 4.01 version. Does anyone have insight into this? tried the given solutions in this thread but with no result. Are there other solutions for this problem? I can't get it running now |
Hi, I have the same problem here. The time is not updating. Does anybody has better skills in C++ coding? Thanks! |
NTPClient 3.1.0 didn't work for me. So its working with NTPClient 3.2.0 and FastLED 3.4.0 for me. This could be a solution for you @LaSuze7 |
Hey guys,
currently setting up the clock.
First of all, nice work and thank you!
However, as a newbie in C++ I am currently struggeling a little.
My issue:
The ESP8266 does not automatically update the time. If i restart, the correct time is taken from the NTP Server.
Anbyody had this problem?
Tried 4.0.1 and master branch.
Thanks :)
The text was updated successfully, but these errors were encountered: