Lead Departing Alert
This commit is contained in:
@@ -1114,6 +1114,14 @@ FROGPILOT_EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
|
||||
ET.PERMANENT: holiday_alert,
|
||||
},
|
||||
|
||||
FrogPilotEventName.leadDeparting: {
|
||||
ET.PERMANENT: Alert(
|
||||
"Lead Departed",
|
||||
"",
|
||||
FrogPilotAlertStatus.frogpilot, AlertSize.small,
|
||||
Priority.MID, VisualAlert.none, AudibleAlert.prompt, 3.),
|
||||
},
|
||||
|
||||
FrogPilotEventName.openpilotCrashed: {
|
||||
ET.IMMEDIATE_DISABLE: Alert(
|
||||
"openpilot crashed",
|
||||
|
||||
Reference in New Issue
Block a user