Better high speed alert message (#20322)

This commit is contained in:
HaraldSchafer
2021-03-11 17:01:29 -08:00
committed by GitHub
parent 94fc77dc3c
commit 0223578461
+1 -1
View File
@@ -731,7 +731,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
EventName.speedTooHigh: {
ET.WARNING: Alert(
"Speed Too High",
"Slow down to resume operation",
"Model uncertain at this speed",
AlertStatus.normal, AlertSize.mid,
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.none, 2.2, 3., 4.),
ET.NO_ENTRY: Alert(