not show soft recover alerts

pull/2096/head
ZwX1616 5 years ago
parent 685340d578
commit 9731e7a0d7
  1. 2
      selfdrive/controls/lib/events.py

@ -535,7 +535,7 @@ EVENTS = {
"TAKE CONTROL",
"Attempting Refocus: Camera Focus Invalid",
AlertStatus.userPrompt, AlertSize.mid,
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.chimeWarning1, .4, 2., 3.),
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.chimeWarning1, .4, 2., 3., creation_delay=3.1),
},
EventName.outOfSpace: {

Loading…
Cancel
Save