mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 01:53:52 +08:00
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:
@@ -222,7 +222,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
// manage wakefulness
|
||||
if (s->started) {
|
||||
if (s->started || s->ignition) {
|
||||
set_awake(s, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user