Skip to content

Commit

Permalink
speedTooHigh should not be an immediate disable
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jun 2, 2020
1 parent 3b62a21 commit 682dc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def calibration_incomplete_alert(CP, sm, metric):
},

EventName.speedTooHigh: {
ET.IMMEDIATE_DISABLE: Alert(
ET.WARNING: Alert(
"Speed Too High",
"Slow down to resume operation",
AlertStatus.normal, AlertSize.mid,
Expand Down

0 comments on commit 682dc5d

Please sign in to comment.