From 880435f6a28cd30a45e37f09f2e493a32c0de618 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 28 Jun 2021 21:42:25 -0700 Subject: [PATCH] make speed too high alert orange --- selfdrive/controls/lib/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index 6524e9b53d..af75595caa 100644 --- a/selfdrive/controls/lib/events.py +++ b/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",