Skip to content

Commit

Permalink
Merge pull request commaai#63 from commaai/devel
Browse files Browse the repository at this point in the history
speedTooHigh should not be an immediate disable
  • Loading branch information
cfranyota authored Jun 2, 2020
2 parents 777497b + 682dc5d commit 8c5bad8
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 8c5bad8

Please sign in to comment.