mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
Ford: fix minEnableSpeed for docs flag
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