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 c58b0ad commit e202da4Copy full SHA for e202da4
ports/esp32s2/common-hal/wifi/__init__.c
@@ -101,7 +101,7 @@ void common_hal_wifi_init(void) {
101
self->netif = esp_netif_create_default_wifi_sta();
102
103
// Even though we just called esp_netif_create_default_wifi_sta,
104
- // station mode isn't actually set until esp_wifi_set_mode()
+ // station mode isn't actually ready for use until esp_wifi_set_mode()
105
// is called and the configuration is loaded via esp_wifi_set_config().
106
// Set both convienence flags to false so it's not forgotten.
107
self->sta_mode = 0;
0 commit comments