mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-24 00:03:45 +08:00
remove
This commit is contained in:
@@ -42,7 +42,7 @@ class CarControllerParams:
|
||||
|
||||
# these cars have significantly more torque than most HKG; limit to 70% of max
|
||||
elif CP.flags & HyundaiFlags.ALT_LIMITS and CP.carFingerprint not in CAN_CANFD_HYBRID_CAR:
|
||||
self.STEER_MAX = 330 if CP.carFingerprint in CAN_CANFD_HYBRID_CAR else 270
|
||||
self.STEER_MAX = 270
|
||||
self.STEER_DELTA_UP = 2
|
||||
self.STEER_DELTA_DOWN = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user