mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-13 00:03:45 +08:00
Merge branch 'hkg-can-jerk' into master-dev-c3
This commit is contained in:
@@ -645,7 +645,7 @@ class Controls:
|
||||
if not self.joystick_mode:
|
||||
speeds = long_plan.speeds
|
||||
if len(speeds):
|
||||
resume = self.enabled_long and CS.standstill and speeds[-1] > 0.1
|
||||
resume = self.enabled_long and CS.standstill and speeds[-1] > 0.1 and self.CP.carName == "hyundai"
|
||||
else:
|
||||
resume = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user