fix wrong car mode alert

This commit is contained in:
Willem Melching
2020-06-24 18:20:30 -07:00
parent c4a3d7afb0
commit 5e254da8b3
+1 -1
View File
@@ -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 **********