mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 23:22:04 +08:00
update camera CRC alert text (#24156)
old-commit-hash: fb344021aa2e69408b32f7878f1c705691640330
This commit is contained in:
@@ -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.),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user