Ford: support low gear (#35238)

support low gear for ford
This commit is contained in:
Shane Smiskol
2025-05-17 17:31:27 -07:00
committed by GitHub
parent 1c68a073a0
commit 77102a8532
+1 -1
View File
@@ -46,7 +46,7 @@ class CarSpecificEvents:
events = Events()
elif self.CP.brand == 'ford':
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.manumatic])
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.low, GearShifter.manumatic])
elif self.CP.brand == 'nissan':
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.brake])