fix wrong car mode alert

old-commit-hash: 5e254da8b3
commatwo_master
Willem Melching 5 years ago
parent 55225dcd56
commit 5f97bf6056
  1. 2
      selfdrive/controls/lib/events.py

@ -199,7 +199,7 @@ def wrong_car_mode_alert(CP, sm, metric):
text = "Cruise Mode Disabled"
if CP.carName == "honda":
text = "Main Switch Off"
return NoEntryAlert(text, duration_hud_alert=0.),
return NoEntryAlert(text, duration_hud_alert=0.)
EVENTS = {
# ********** events with no alerts **********

Loading…
Cancel
Save