diff --git a/selfdrive/ui/ui.cc b/selfdrive/ui/ui.cc index 1d3ded0..20d9a27 100644 --- a/selfdrive/ui/ui.cc +++ b/selfdrive/ui/ui.cc @@ -422,7 +422,7 @@ void Device::setAwake(bool on) { void Device::resetInteractiveTimeout(int timeout) { if (timeout == -1) { - timeout = (ignition_on ? 10 : 30); + timeout = 30; } interactive_timeout = timeout * UI_FREQ; }