We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd34d68 commit e86d9f1Copy full SHA for e86d9f1
main/wifi_sta.c
@@ -178,5 +178,5 @@ static void wifi_sta_set_connected(bool c)
178
xEventGroupClearBits(wifi_sta_event_group, WIFI_STA_EVENT_GROUP_CONNECTED_FLAG);
179
}
180
181
- ESP_LOGI(TAG, "Device is now %s WIFI network", c ? "connected to" : "disconnected from")
+ ESP_LOGI(TAG, "Device is now %s WIFI network", c ? "connected to" : "disconnected from");
182
0 commit comments