mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-13 02:42:11 +08:00
no longer applies
This commit is contained in:
@@ -220,13 +220,6 @@ class SpeedLimitAssist:
|
||||
return enabled, active
|
||||
|
||||
def update_state_machine_non_pcm_long(self):
|
||||
"""
|
||||
When disabled: if the set speed already matches the speed limit final (valid), we go to active.
|
||||
if there is no valid speed limit final, we go to pending.
|
||||
if the set speed is different from the speed limit final, we go to preActive.
|
||||
|
||||
:return:
|
||||
"""
|
||||
self._state_prev = self.state
|
||||
|
||||
self.long_engaged_timer = max(0, self.long_engaged_timer - 1)
|
||||
|
||||
Reference in New Issue
Block a user