more specific no fw startup alert

old-commit-hash: 897492d27c
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent cab0fbed7e
commit 01043f505a
  1. 2
      selfdrive/controls/lib/events.py

@ -286,7 +286,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
EventName.startupNoFw: {
ET.PERMANENT: Alert(
"Car Unrecognized",
"Check All Connections",
"Check comma power connections",
AlertStatus.userPrompt, AlertSize.mid,
Priority.LOWER, VisualAlert.none, AudibleAlert.none, 0., 0., 10.),
},

Loading…
Cancel
Save