The problems caused by time changes #1706
kxcc-outlook
started this conversation in
General
Replies: 2 comments
|
I see it, thank you. It's in the "nanoFramework.Runtime.Native" assembly |
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.
After connecting to WiFi, ESP32 will obtain time and adjust its own time. The logic of calculating the next execution time based on time may not be executed correctly. Is there anything similar The 'System. Environment. TickCount64' in the Net standard framework can retrieve the number of milliseconds that have passed since system startup, so that system time changes do not affect the execution of time related tasks.
All reactions