alerts: use repeating warning2 sound for steerSaturated (#22874)

pull/22875/head
Adeeb Shihadeh 4 years ago committed by GitHub
parent 7f4de651e1
commit 308219c5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/controls/lib/events.py

@ -494,7 +494,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
"TAKE CONTROL",
"Turn Exceeds Steering Limit",
AlertStatus.userPrompt, AlertSize.mid,
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.chimePrompt, 1.),
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.chimeWarning2RepeatInfinite, 1.),
},
# Thrown when the fan is driven at >50% but is not rotating

Loading…
Cancel
Save