mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
Allow openpilot engaged while in manumatic (#20999)
old-commit-hash: 28a28834b74e488211cc2326bff58bc804a0357e
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user