mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 01:22:04 +08:00
disable non pcm long state machine for now
This commit is contained in:
@@ -343,10 +343,7 @@ class SpeedLimitAssist:
|
||||
self.update_params()
|
||||
self.update_calculations(v_cruise_cluster)
|
||||
|
||||
if self.pcm_op_long:
|
||||
self.is_enabled, self.is_active = self.update_state_machine_pcm_op_long()
|
||||
else:
|
||||
self.is_enabled, self.is_active = self.update_state_machine_non_pcm_long()
|
||||
self.is_enabled, self.is_active = self.update_state_machine_pcm_op_long()
|
||||
|
||||
self.update_events(events_sp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user