From b5d5894a2d348b41d8da8130e067a2a8af5e946b Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 22 Jul 2025 22:42:13 -0700 Subject: [PATCH] hardwared: add all checks to onroad_conditions init (#35793) not sure why not here --- system/hardware/hardwared.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/hardware/hardwared.py b/system/hardware/hardwared.py index e1afdf38bb..d5b8d6397b 100755 --- a/system/hardware/hardwared.py +++ b/system/hardware/hardwared.py @@ -172,6 +172,7 @@ def hardware_thread(end_event, hw_queue) -> None: onroad_conditions: dict[str, bool] = { "ignition": False, "not_onroad_cycle": True, + "device_temp_good": True, } startup_conditions: dict[str, bool] = {} startup_conditions_prev: dict[str, bool] = {}