Revert "Add permanent CAN error alert"

This reverts commit 41dfb2a149788a19eb1ee40a3497f2ab35386b74.

old-commit-hash: e6f24f2390
commatwo_master
Willem Melching 5 years ago
parent 5ba2f358b4
commit ce310f3f65
  1. 5
      selfdrive/controls/lib/events.py

@ -607,11 +607,6 @@ 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: {

Loading…
Cancel
Save