不显示隐藏wifi

This commit is contained in:
zogodo
2020-02-08 21:37:39 +08:00
parent 1897b1c18a
commit df22816687
3 changed files with 15 additions and 2 deletions

View File

@@ -311,7 +311,7 @@ void mqtt_client_thread(mico_thread_arg_t arg)
micoWlanGetLinkStatus(&LinkStatus);
if (LinkStatus.is_connected != 1)
{
mqtt_log("ERROR:WIFI not connection , waiting 3s for connecting and then connecting MQTT ");
mqtt_log("ERROR:WIFI not connect, waiting 3s for connecting and then connecting MQTT ");
mico_rtos_thread_sleep(3);
continue;
}