Erroneous time is displayed in boot log before being correctly set via NTP #207
JimDMoran
started this conversation in
IMSAI8080esp replica
Replies: 0 comments
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.
-
Hi there. New user here with nitpick question.
I managed to get my system to connect to my WLAN in STA mode, and it communicates with the NTP server on the web, ultimately displaying the correct date/time in the "SYS" window of the web browser desktop. But in the putty ESP32 boot log, it seems that it prints the current system time before the clock gets set:
I (8152) esp32_boot: Waiting for system time to be set... (1/10)
I (8258) esp32_boot: Waiting for system time to be set... (2/10)
I (8358) esp32_boot: Waiting for system time to be set... (3/10)
I (8458) esp32_boot: Waiting for system time to be set... (4/10)
I (8558) esp32_boot: Waiting for system time to be set... (5/10)
I (8658) esp32_boot: Waiting for system time to be set... (6/10)
I (8758) esp32_boot: Waiting for system time to be set... (7/10)
I (8858) esp32_boot: Waiting for system time to be set... (8/10)
I (8958) esp32_boot: Waiting for system time to be set... (9/10)
I (9058) esp32_boot: The current date/time is: Wed Dec 31 19:00:08 1969 [8]
Is it possible to increase that delay such that the correct time is recorded in the boot log?
Beta Was this translation helpful? Give feedback.
All reactions