Honda Accord: label non-essential ECUs (#31624)

* note non-essential ecus

* do accordh
old-commit-hash: 56e343b3f1
pull/32199/head
Shane Smiskol 1 year ago committed by GitHub
parent d356ae040e
commit a0f30b7f96
  1. 2
      selfdrive/car/honda/values.py

@ -207,6 +207,8 @@ FW_QUERY_CONFIG = FwQueryConfig(
Ecu.combinationMeter: [CAR.CIVIC_BOSCH, CAR.CRV_5G],
Ecu.gateway: [CAR.CIVIC_BOSCH, CAR.CRV_5G],
Ecu.electricBrakeBooster: [CAR.CIVIC_BOSCH, CAR.CRV_5G],
Ecu.shiftByWire: [CAR.ACCORD], # existence correlates with transmission type for ICE
Ecu.hud: [CAR.ACCORD, CAR.ACCORDH], # existence correlates with trim level
},
extra_ecus=[
# The only other ECU on PT bus accessible by camera on radarless Civic

Loading…
Cancel
Save