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

not sure why not here
pull/35797/head
Shane Smiskol 1 week ago committed by GitHub
parent bc5336d805
commit b5d5894a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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] = {}

Loading…
Cancel
Save