events: reduce priority of resumeRequired (#32450)

CC
old-commit-hash: 42861f6683cf80b7ec0a1f05fc821e4cc5327962
This commit is contained in:
Shane Smiskol
2024-05-16 21:17:37 -07:00
committed by GitHub
parent 681f5c6a34
commit 693c53cafc
+1 -1
View File
@@ -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: {