Commit 0b01afb2 authored by 时昊's avatar 时昊

feat:接收不到雷达数据不需要提示2s长鸣音

parent 26353bc5
...@@ -641,7 +641,7 @@ void Popups_Polling(void) ...@@ -641,7 +641,7 @@ void Popups_Polling(void)
PopupAndSound_Delete(POPUP_Radar_4HZ); PopupAndSound_Delete(POPUP_Radar_4HZ);
PopupAndSound_Delete(POPUP_RADAR_CHECK_OK); PopupAndSound_Delete(POPUP_RADAR_CHECK_OK);
PopupAndSound_Delete(POPUP_Radar_Changming); PopupAndSound_Delete(POPUP_Radar_Changming);
Popup_Request(POPUP_RADAR_SENSOR_FAILURE); //Popup_Request(POPUP_RADAR_SENSOR_FAILURE);
Popup_Clear(POPUP_Radar_Changming); Popup_Clear(POPUP_Radar_Changming);
Popup_Clear(POPUP_Radar_2HZ); Popup_Clear(POPUP_Radar_2HZ);
Popup_Clear(POPUP_Radar_4HZ); Popup_Clear(POPUP_Radar_4HZ);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment