去掉network需要等待注网完成

This commit is contained in:
xiehongyan 2024-01-18 21:06:57 +08:00
parent 9c982ef7c1
commit 718af0e9ea

View File

@ -401,12 +401,12 @@ static void network_scan_task_cb(lv_task_t* task)
return; return;
} }
} }
if(sf_cardv_4G_status_get() == SF_4G_SEARCHING) //if(sf_cardv_4G_status_get() == SF_4G_SEARCHING)
{ //{
printf("[%s]Searching...\n", __FUNCTION__); //printf("[%s]Searching...\n", __FUNCTION__);
lv_label_set_text(plabel, "\n\nSearching..."); //lv_label_set_text(plabel, "\n\nSearching...");
return; //return;
} //}
if (sf_cardv_get_usb_init() == 0) if (sf_cardv_get_usb_init() == 0)
{ {