Ford: fix minEnableSpeed for docs flag
old-commit-hash: 48ff8fa734e5d0acdf940f9afa54f1b208eeafca
This commit is contained in:
@@ -53,7 +53,7 @@ class CarInterface(CarInterfaceBase):
|
||||
|
||||
# Auto Transmission: 0x732 ECU or Gear_Shift_by_Wire_FD1
|
||||
found_ecus = [fw.ecu for fw in car_fw]
|
||||
if Ecu.shiftByWire in found_ecus or 0x5A in fingerprint[0]:
|
||||
if Ecu.shiftByWire in found_ecus or 0x5A in fingerprint[0] or docs:
|
||||
ret.transmissionType = TransmissionType.automatic
|
||||
else:
|
||||
ret.transmissionType = TransmissionType.manual
|
||||
|
||||
Reference in New Issue
Block a user