Replies: 1 comment
-
Found it. I was building with LwIP 1.4 still. Switching to LwIP v2 solved the problem. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
time.h
to have access to the time-based functions. I have two defines asIn
setup()
, I am trying to set up the time functions byBut when in
loop()
reading the time withit turns out that the time is off by 8 hours.
ctime()
returnsinstead of the correct
What may be the cause?
Oh, by the way: I of course tried different NTP servers and other time zones. The offset is different with other TZ values.
Beta Was this translation helpful? Give feedback.
All reactions