mirror of https://github.com/1okko/openpilot.git
Honda Accord: label non-essential ECUs (#31624)
* note non-essential ecus * do accordh
This commit is contained in:
parent
262b328ad7
commit
56e343b3f1
|
@ -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…
Reference in New Issue