mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
Honda Civic 2022: gather FW versions for unknown ECU (#27074)
* Add unknown civic 2022 extra ecu * Update selfdrive/car/honda/values.py old-commit-hash: 95d45a8d64f5e7bd54cd3e96aec83f44177a0fa7
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user