Not working SNTP feature on ESP32 #7407
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2020-08-09 by user116312 Bump. No idea why ntp doesn't just work. Posted at 2020-08-09 by user116312 Just kidding, works fine. I was being dumb. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-06-15 by user111703
Just try to set NTP server by command
wifi. setSNTP('us.pool.ntp.org', '0')
As result MCU drop all time intervals in tasks to zero and program stay in loop.
name of server or change time zone value is not significant, result always same.
Beta Was this translation helpful? Give feedback.
All reactions