mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 15:43:45 +08:00
@@ -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