You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the current time and date in the console, then I comment the line
# rtc.init((2024, 11, 4, 0, 21, 51, 15, 504))
and boot again and see the current time in the console.
But if I turn off the board with the button on the left side and then turn it on, the time will reset to:
(2000, 2, 2, 3, 10, 13, 29, 894534)
949468409
Why does this happen? Shouldn't the time be saved when turned off?
The text was updated successfully, but these errors were encountered:
There is M5Stack StickC Plus2 with firmware UIFlow2.0 v.2.1.7.
I load the following code:
I see the current time and date in the console, then I comment the line
# rtc.init((2024, 11, 4, 0, 21, 51, 15, 504))
and boot again and see the current time in the console.
But if I turn off the board with the button on the left side and then turn it on, the time will reset to:
(2000, 2, 2, 3, 10, 13, 29, 894534)
949468409
Why does this happen? Shouldn't the time be saved when turned off?
The text was updated successfully, but these errors were encountered: