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
{{ message }}
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
prefs.sleep_interval is read from Preferences in setup() (with a default value of SLEEP_INTERVAL).
When prefs.sleep_interval is read in prepareSleep(), its value sometimes has changed due to an unknown reason.
This is presumably caused by a buffer overflow.
The text was updated successfully, but these errors were encountered:
prefs.sleep_interval
is read from Preferences insetup()
(with a default value ofSLEEP_INTERVAL
).When
prefs.sleep_interval
is read inprepareSleep()
, its value sometimes has changed due to an unknown reason.This is presumably caused by a buffer overflow.
The text was updated successfully, but these errors were encountered: