Skip to content

Commit e202da4

Browse files
committed
Change comment wording
1 parent c58b0ad commit e202da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/common-hal/wifi/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void common_hal_wifi_init(void) {
101101
self->netif = esp_netif_create_default_wifi_sta();
102102

103103
// Even though we just called esp_netif_create_default_wifi_sta,
104-
// station mode isn't actually set until esp_wifi_set_mode()
104+
// station mode isn't actually ready for use until esp_wifi_set_mode()
105105
// is called and the configuration is loaded via esp_wifi_set_config().
106106
// Set both convienence flags to false so it's not forgotten.
107107
self->sta_mode = 0;

0 commit comments

Comments
 (0)