Fixed bug about connected to app.

This commit is contained in:
xiaojiazhu 2023-12-06 13:50:59 +08:00
parent 40ad7ab06d
commit 8f58fd4c10

View File

@ -743,7 +743,7 @@ static void update_wifi(void)
lv_obj_set_hidden(image_wifi_connected_scr_uiflowphoto, false);
lv_plugin_img_set_src(image_wifi_connected_scr_uiflowphoto, res[index]);
SF_BLE_STATUS_E status2 = sf_get_ble_status();
if (SF_WIFI_CON == status || SF_BLE_CON == status2)
if (0 < appSvrResponseSocketGet() || SF_BLE_CON == status2)
{
lv_obj_set_hidden(label_tips2_scr_uiflowphoto, false);
} else {