diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c index 9c66787f1..01d6812f4 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c @@ -401,12 +401,12 @@ static void network_scan_task_cb(lv_task_t* task) return; } } - if(sf_cardv_4G_status_get() == SF_4G_SEARCHING) - { - printf("[%s]Searching...\n", __FUNCTION__); - lv_label_set_text(plabel, "\n\nSearching..."); - return; - } + //if(sf_cardv_4G_status_get() == SF_4G_SEARCHING) + //{ + //printf("[%s]Searching...\n", __FUNCTION__); + //lv_label_set_text(plabel, "\n\nSearching..."); + //return; + //} if (sf_cardv_get_usb_init() == 0) {