mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
Fix Honda Accord transmission type detection (#21247)
old-commit-hash: af8d4176271c0ecc972d1e8d437aa1707abaf5d1
This commit is contained in:
@@ -135,7 +135,7 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.enableBsm = 0x12f8bfa7 in fingerprint[0]
|
||||
|
||||
# Accord 1.5T CVT has different gearbox message
|
||||
if candidate == CAR.ACCORD and 0x191 in fingerprint[0]:
|
||||
if candidate == CAR.ACCORD and 0x191 in fingerprint[1]:
|
||||
ret.transmissionType = TransmissionType.cvt
|
||||
|
||||
cloudlog.warning("ECU Camera Simulated: %r", ret.enableCamera)
|
||||
|
||||
Reference in New Issue
Block a user