去掉network需要等待注网完成
This commit is contained in:
parent
9c982ef7c1
commit
718af0e9ea
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user