Fixed bug about connected to app.
This commit is contained in:
parent
40ad7ab06d
commit
8f58fd4c10
|
@ -743,7 +743,7 @@ static void update_wifi(void)
|
||||||
lv_obj_set_hidden(image_wifi_connected_scr_uiflowphoto, false);
|
lv_obj_set_hidden(image_wifi_connected_scr_uiflowphoto, false);
|
||||||
lv_plugin_img_set_src(image_wifi_connected_scr_uiflowphoto, res[index]);
|
lv_plugin_img_set_src(image_wifi_connected_scr_uiflowphoto, res[index]);
|
||||||
SF_BLE_STATUS_E status2 = sf_get_ble_status();
|
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);
|
lv_obj_set_hidden(label_tips2_scr_uiflowphoto, false);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user