update camera CRC alert text (#24156)

old-commit-hash: fb344021aa2e69408b32f7878f1c705691640330
This commit is contained in:
Willem Melching
2022-04-06 17:46:56 -07:00
committed by GitHub
parent c989d62704
commit 83c103e46a
+3 -3
View File
@@ -727,19 +727,19 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
},
EventName.roadCameraError: {
ET.PERMANENT: NormalPermanentAlert("Camera Error",
ET.PERMANENT: NormalPermanentAlert("Camera CRC Error - Road",
duration=1.,
creation_delay=30.),
},
EventName.driverCameraError: {
ET.PERMANENT: NormalPermanentAlert("Camera Error",
ET.PERMANENT: NormalPermanentAlert("Camera CRC Error - Road Fisheye",
duration=1.,
creation_delay=30.),
},
EventName.wideRoadCameraError: {
ET.PERMANENT: NormalPermanentAlert("Camera Error",
ET.PERMANENT: NormalPermanentAlert("Camera CRC Error - Driver",
duration=1.,
creation_delay=30.),
},