Merge remote-tracking branch 'upstream/master' into honda-new-fw-id

pull/27076/head
Shane Smiskol 3 years ago
commit bf094338b4
  1. 4
      selfdrive/car/honda/values.py

@ -179,6 +179,10 @@ FW_QUERY_CONFIG = FwQueryConfig(
bus=0,
),
],
extra_ecus=[
# The only other ECU on PT bus accessible by camera on radarless Civic
(Ecu.unknown, 0x18DAB3F1, None),
],
)
FW_VERSIONS = {

Loading…
Cancel
Save