mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 20:03:46 +08:00
Toyota: Temporary disable ZSS
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
sunnypilot - 0.9.6.1 (2023-xx-xx)
|
||||
========================
|
||||
* DISABLED: Toyota: ZSS support
|
||||
|
||||
sunnypilot - 0.9.5.2 (2023-12-07)
|
||||
========================
|
||||
|
||||
@@ -48,8 +48,8 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.steerActuatorDelay = 0.12 # Default delay, Prius has larger delay
|
||||
ret.steerLimitTimer = 0.4
|
||||
|
||||
if 0x23 in fingerprint[0]: # Detect if ZSS is present
|
||||
ret.spFlags |= ToyotaFlagsSP.SP_ZSS.value
|
||||
#if 0x23 in fingerprint[0]: # Detect if ZSS is present
|
||||
# ret.spFlags |= ToyotaFlagsSP.SP_ZSS.value
|
||||
|
||||
ret.stoppingControl = False # Toyota starts braking more when it thinks you want to stop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user