maneuversd: add second line warning

This commit is contained in:
Shane Smiskol
2024-09-12 16:10:48 -07:00
parent 82f8db87f4
commit 5305f7a95e
+2 -1
View File
@@ -357,7 +357,8 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
EventName.longitudinalManeuver: {
ET.WARNING: longitudinal_maneuver_alert,
ET.PERMANENT: NormalPermanentAlert("Longitudinal Maneuver Mode"),
ET.PERMANENT: NormalPermanentAlert("Longitudinal Maneuver Mode",
"Ensure road ahead is clear"),
},
EventName.selfdriveInitializing: {