Disable resume required event after it's been shown
This commit is contained in:
@@ -94,6 +94,9 @@ class CarInterfaceBase(ABC):
|
||||
self.belowSteerSpeed_shown = False
|
||||
self.disable_belowSteerSpeed = False
|
||||
|
||||
self.resumeRequired_shown = False
|
||||
self.disable_resumeRequired = False
|
||||
|
||||
@staticmethod
|
||||
def get_pid_accel_limits(CP, current_speed, cruise_speed, sport_plus):
|
||||
if sport_plus:
|
||||
|
||||
Reference in New Issue
Block a user