diff --git a/selfdrive/car/honda/interface.py b/selfdrive/car/honda/interface.py index 279f95b614..65d61a70df 100755 --- a/selfdrive/car/honda/interface.py +++ b/selfdrive/car/honda/interface.py @@ -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)