mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-23 16:03:52 +08:00
Add permanent CAN error alert
This commit is contained in:
@@ -607,6 +607,11 @@ EVENTS = {
|
||||
EventName.canError: {
|
||||
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("CAN Error: Check Connections"),
|
||||
ET.NO_ENTRY: NoEntryAlert("CAN Error: Check Connections"),
|
||||
ET.PERMANENT: Alert(
|
||||
"CAN Error: Check Connections",
|
||||
"",
|
||||
AlertStatus.normal, AlertSize.small,
|
||||
Priority.LOW, VisualAlert.none, AudibleAlert.none, 0., 0., .2),
|
||||
},
|
||||
|
||||
EventName.steerUnavailable: {
|
||||
|
||||
Reference in New Issue
Block a user