mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-25 05:22:13 +08:00
Toyota: ZSS fix
This commit is contained in:
@@ -356,7 +356,7 @@ class CarState(CarStateBase):
|
||||
messages.append(("SDSU", 33))
|
||||
|
||||
if CP.spFlags & ToyotaFlagsSP.SP_ZSS:
|
||||
messages.apend(("SECONDARY_STEER_ANGLE", 0))
|
||||
messages.append(("SECONDARY_STEER_ANGLE", 0))
|
||||
|
||||
return CANParser(DBC[CP.carFingerprint]["pt"], messages, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user