update speedTooHigh alert sound (#21484)

old-commit-hash: 8dce135279
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 52c951e797
commit 2293b4bcae
  1. 2
      selfdrive/controls/lib/events.py

@ -871,7 +871,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
"Speed Too High",
"Model uncertain at this speed",
AlertStatus.userPrompt, AlertSize.mid,
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.chimeWarningRepeat, 2.2, 3., 4.),
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.chimeWarning2Repeat, 2.2, 3., 4.),
ET.NO_ENTRY: Alert(
"Speed Too High",
"Slow down to engage",

Loading…
Cancel
Save