events: reduce priority of resumeRequired (#32450)

CC
old-commit-hash: 42861f6683
pull/32199/head
Shane Smiskol 1 year ago committed by GitHub
parent 681f5c6a34
commit 693c53cafc
  1. 2
      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: {

Loading…
Cancel
Save