Change default screen on to 10 minutes

raytac-diy
Jm Casler 2022-06-03 20:38:13 -07:00
rodzic 77a2054254
commit 40ded630d0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -335,7 +335,7 @@ void PowerFSM_setup()
powerFSM.add_timed_transition(&stateON, &stateDARK,
config.display.screen_on_secs ? config.display.screen_on_secs
: 60 * 1000,
: 60 * 1000 * 10,
NULL, "Screen-on timeout");
// On most boards we use light-sleep to be our main state, but on NRF52 we just stay in DARK