Always keep display on with ignition (#2138)

* keep display on with ignition

* fix typo

Co-authored-by: Willem Melching <willem.melching@gmail.com>
This commit is contained in:
Adeeb Shihadeh
2020-09-07 04:13:10 -07:00
committed by GitHub
parent 6b0ac6c8b7
commit e386133c4b
3 changed files with 5 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ int main(int argc, char* argv[]) {
}
// manage wakefulness
if (s->started) {
if (s->started || s->ignition) {
set_awake(s, true);
}