mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
hardwared: add all checks to onroad_conditions init (#35793)
not sure why not here
This commit is contained in:
@@ -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] = {}
|
||||
|
||||
Reference in New Issue
Block a user