mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-04 03:13:54 +08:00
Events: actionable accFaulted alert text (#26783)
same alert text as steer and brake unavailable
This commit is contained in:
@@ -806,9 +806,9 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
|
||||
},
|
||||
|
||||
EventName.accFaulted: {
|
||||
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Cruise Faulted"),
|
||||
ET.PERMANENT: NormalPermanentAlert("Cruise Faulted", ""),
|
||||
ET.NO_ENTRY: NoEntryAlert("Cruise Faulted"),
|
||||
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Cruise Fault: Restart the Car"),
|
||||
ET.PERMANENT: NormalPermanentAlert("Cruise Fault: Restart the car to engage"),
|
||||
ET.NO_ENTRY: NoEntryAlert("Cruise Fault: Restart the Car"),
|
||||
},
|
||||
|
||||
EventName.accFaultedTemp: {
|
||||
|
||||
Reference in New Issue
Block a user