Honda Civic 2022: gather FW versions for unknown ECU (#27074)

* Add unknown civic 2022 extra ecu

* Update selfdrive/car/honda/values.py
pull/27076/head
Shane Smiskol 2 years ago committed by GitHub
parent a68633283f
commit 95d45a8d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/car/honda/values.py

@ -164,6 +164,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