Merge pull request #1488 from mc-hamster/master

Change default screen on to 10 minutes
This commit is contained in:
Jm Casler 2022-06-03 20:57:23 -07:00 committed by GitHub
commit 5a256323e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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