no longer applies

This commit is contained in:
Jason Wen
2025-09-24 22:57:18 -04:00
parent 61d5759cb6
commit dfd43c3fdd
@@ -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)