|
|
@ -152,7 +152,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
be.pressed = self.CS.buttonStates[button] |
|
|
|
be.pressed = self.CS.buttonStates[button] |
|
|
|
buttonEvents.append(be) |
|
|
|
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 |
|
|
|
# Vehicle health and operation safety checks |
|
|
|
if self.CS.parkingBrakeSet: |
|
|
|
if self.CS.parkingBrakeSet: |
|
|
|