test extra ecus too

pull/27345/head
Shane Smiskol 2 years ago
parent 46112a8844
commit 8f7867844d
  1. 1
      selfdrive/car/honda/values.py

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

Loading…
Cancel
Save