Skip to content

Commit

Permalink
events: reduce priority of resumeRequired (commaai#32450)
Browse files Browse the repository at this point in the history
CC
  • Loading branch information
sshane authored May 17, 2024
1 parent ac81467 commit 42861f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def joystick_alert(CP: car.CarParams, CS: car.CarState, sm: messaging.SubMaster,
"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: {
Expand Down

0 comments on commit 42861f6

Please sign in to comment.