mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-03 14:43:48 +08:00
Update carstate.py
This commit is contained in:
@@ -96,7 +96,7 @@ class CarState(CarStateBase):
|
||||
ret.gearShifter == GearShifter.low
|
||||
or pt_cp.vl["EVDriveMode"]["SinglePedalModeActive"] == 1
|
||||
or (ret.regenBraking and GearShifter.manumatic)
|
||||
or self.CP.carFingerprint in ["CHEVROLET_BOLT_EUV", "CHEVROLET_BOLT_EV"]
|
||||
or self.CP.carFingerprint in ["CHEVROLET_BOLT_EUV", "CHEVROLET_BOLT_CC"]
|
||||
)
|
||||
|
||||
if self.CP.enableGasInterceptor:
|
||||
|
||||
Reference in New Issue
Block a user