From 380d1e4f3d5ae34f2cf4ac60ffe714f3d60017e7 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Fri, 15 May 2020 12:24:12 -0700 Subject: [PATCH] Fix two event names old-commit-hash: 631d0d94d3beb1bd5ac9000b70104847c8c71dac --- selfdrive/controls/lib/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index 081ef0db81..d2427866f3 100644 --- a/selfdrive/controls/lib/events.py +++ b/selfdrive/controls/lib/events.py @@ -324,7 +324,7 @@ EVENTS = { EventName.driverDistracted: { ET.WARNING: Alert( - "DISEventName.AGE IMMEDIATELY", + "DISENGAGE IMMEDIATELY", "Driver Was Distracted", AlertStatus.critical, AlertSize.full, Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.chimeWarningRepeat, .1, .1, .1), @@ -348,7 +348,7 @@ EVENTS = { EventName.driverUnresponsive: { ET.WARNING: Alert( - "DISEventName.AGE IMMEDIATELY", + "DISENGAGE IMMEDIATELY", "Driver Was Unresponsive", AlertStatus.critical, AlertSize.full, Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.chimeWarningRepeat, .1, .1, .1),