make speed too high alert orange

old-commit-hash: 880435f6a2
commatwo_master
Adeeb Shihadeh 4 years ago
parent e56a6919bd
commit 2c3d136d32
  1. 2
      selfdrive/controls/lib/events.py

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

Loading…
Cancel
Save