speedTooHigh should not be an immediate disable

old-commit-hash: 205cb04ee9
commatwo_master
Willem Melching 5 years ago
parent 2bc6a34ee5
commit a749ebb1c4
  1. 2
      selfdrive/controls/lib/events.py

@ -681,7 +681,7 @@ EVENTS = {
},
EventName.speedTooHigh: {
ET.IMMEDIATE_DISABLE: Alert(
ET.WARNING: Alert(
"Speed Too High",
"Slow down to resume operation",
AlertStatus.normal, AlertSize.mid,

Loading…
Cancel
Save