mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 15:02:06 +08:00
Fix camera error description (#24202)
* Fix camera error message * Shorter
This commit is contained in:
@@ -732,13 +732,13 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
|
||||
creation_delay=30.),
|
||||
},
|
||||
|
||||
EventName.driverCameraError: {
|
||||
EventName.wideRoadCameraError: {
|
||||
ET.PERMANENT: NormalPermanentAlert("Camera CRC Error - Road Fisheye",
|
||||
duration=1.,
|
||||
creation_delay=30.),
|
||||
},
|
||||
|
||||
EventName.wideRoadCameraError: {
|
||||
EventName.driverCameraError: {
|
||||
ET.PERMANENT: NormalPermanentAlert("Camera CRC Error - Driver",
|
||||
duration=1.,
|
||||
creation_delay=30.),
|
||||
|
||||
Reference in New Issue
Block a user