hardwared: add all checks to onroad_conditions init (#35793)

not sure why not here
This commit is contained in:
Shane Smiskol
2025-07-22 22:42:13 -07:00
committed by GitHub
parent bc5336d805
commit b5d5894a2d
+1
View File
@@ -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] = {}