ModischFabrications / ModischMatrix

[ESP32 + RGB] Pretty Pixels on a homemade Matrix
2 stars 0 forks source link

Auto-Reboot Manager #2

Closed ModischFabrications closed 2 years ago

ModischFabrications commented 2 years ago

reboot every x Days ( with > 1h without activity) set flag to restore UI properly in that case! if (millis() > ONLINE_TIME && millis() - lastActivity > INACTIVE_TIME) ESP.restart();

Alternative: Maybe look into Verdandi for time-wrap-fix if reboot is not implemented?