more specific no fw startup alert

This commit is contained in:
Adeeb Shihadeh
2021-10-21 16:24:01 -07:00
committed by GitHub
parent 755a0a63a2
commit 897492d27c
+1 -1
View File
@@ -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.),
},