From 42861f6683cf80b7ec0a1f05fc821e4cc5327962 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 16 May 2024 21:17:37 -0700 Subject: [PATCH] events: reduce priority of resumeRequired (#32450) CC --- selfdrive/controls/lib/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index f1bd07c69b..99246a1397 100755 --- a/selfdrive/controls/lib/events.py +++ b/selfdrive/controls/lib/events.py @@ -487,7 +487,7 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = { "Press Resume to Exit Standstill", "", AlertStatus.userPrompt, AlertSize.small, - Priority.MID, VisualAlert.none, AudibleAlert.none, .2), + Priority.LOW, VisualAlert.none, AudibleAlert.none, .2), }, EventName.belowSteerSpeed: {