Skip to content

Commit d9a1698

Browse files
committed
put odysseybosch here too
1 parent dd07050 commit d9a1698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opendbc/car/honda/values.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ class CAR(Platforms):
314314
# Note that we still attempt to match with them when they are present
315315
# This is or'd with (ALL_ECUS - ESSENTIAL_ECUS) from fw_versions.py
316316
non_essential_ecus={
317-
Ecu.eps: [CAR.ACURA_RDX_3G, CAR.HONDA_ACCORD, CAR.HONDA_CIVIC_2022, CAR.HONDA_E, CAR.HONDA_HRV_3G],
317+
Ecu.eps: [CAR.ACURA_RDX_3G, CAR.HONDA_ACCORD, CAR.HONDA_CIVIC_2022, CAR.HONDA_E, CAR.HONDA_HRV_3G, CAR.HONDA_ODYSSEY_BOSCH],
318318
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,
319-
CAR.HONDA_E, CAR.HONDA_HRV_3G, CAR.HONDA_INSIGHT],
319+
CAR.HONDA_E, CAR.HONDA_HRV_3G, CAR.HONDA_INSIGHT, CAR.HONDA_ODYSSEY_BOSCH],
320320
},
321321
extra_ecus=[
322322
(Ecu.combinationMeter, 0x18da60f1, None),

0 commit comments

Comments
 (0)