make vehicleModelInvalid a NoEntry

old-commit-hash: 2ca5bf9992
commatwo_master
Willem Melching 4 years ago
parent 297cc474b5
commit f1dc58a5f6
  1. 1
      selfdrive/controls/lib/events.py

@ -329,6 +329,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
},
EventName.vehicleModelInvalid: {
ET.NO_ENTRY: NoEntryAlert("Vehicle Parameter Identification Failed"),
ET.WARNING: Alert(
"Vehicle Parameter Identification Failed",
"",

Loading…
Cancel
Save