Skip to content

Commit c49a2b2

Browse files
add Integra
1 parent c58a66d commit c49a2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opendbc/car/honda/values.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ class CAR(Platforms):
320320
# Note that we still attempt to match with them when they are present
321321
# This is or'd with (ALL_ECUS - ESSENTIAL_ECUS) from fw_versions.py
322322
non_essential_ecus={
323-
Ecu.eps: [CAR.ACURA_RDX_3G, CAR.HONDA_ACCORD, CAR.HONDA_CIVIC_2022, CAR.HONDA_E, CAR.HONDA_HRV_3G],
323+
Ecu.eps: [CAR.ACURA_RDX_3G, CAR.HONDA_ACCORD, CAR.HONDA_CIVIC_2022, CAR.HONDA_E, CAR.HONDA_HRV_3G, CAR.ACURA_INTEGRA],
324324
Ecu.vsa: [CAR.ACURA_RDX_3G, CAR.HONDA_ACCORD, CAR.HONDA_CIVIC, CAR.HONDA_CIVIC_BOSCH, CAR.HONDA_CIVIC_2022, CAR.HONDA_CRV_5G, CAR.HONDA_CRV_HYBRID,
325-
CAR.HONDA_E, CAR.HONDA_HRV_3G, CAR.HONDA_INSIGHT],
325+
CAR.HONDA_E, CAR.HONDA_HRV_3G, CAR.HONDA_INSIGHT, CAR.ACURA_INTEGRA],
326326
},
327327
extra_ecus=[
328328
(Ecu.combinationMeter, 0x18da60f1, None),

0 commit comments

Comments
 (0)