speedTooHigh should not be an immediate disable

pull/1620/head
Willem Melching 5 years ago
parent 0a5bb88ca2
commit 205cb04ee9
  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