Allow openpilot engaged while in manumatic (#20999)

old-commit-hash: 28a28834b74e488211cc2326bff58bc804a0357e
This commit is contained in:
Jason Young
2021-05-24 12:10:39 -04:00
committed by GitHub
parent 66831756a5
commit 1399d2e98f
+1 -1
View File
@@ -152,7 +152,7 @@ class CarInterface(CarInterfaceBase):
be.pressed = self.CS.buttonStates[button]
buttonEvents.append(be)
events = self.create_common_events(ret, extra_gears=[GearShifter.eco, GearShifter.sport])
events = self.create_common_events(ret, extra_gears=[GearShifter.eco, GearShifter.sport, GearShifter.manumatic])
# Vehicle health and operation safety checks
if self.CS.parkingBrakeSet: