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

old-commit-hash: 308219c5b1
vw-mqb-aeb
Adeeb Shihadeh 4 years ago committed by GitHub
parent 3ea786d9c5
commit 731d85c522
  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", "TAKE CONTROL",
"Turn Exceeds Steering Limit", "Turn Exceeds Steering Limit",
AlertStatus.userPrompt, AlertSize.mid, 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 # Thrown when the fan is driven at >50% but is not rotating

Loading…
Cancel
Save