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 8b03951 commit 0914b71Copy full SHA for 0914b71
ports/esp32s2/common-hal/wifi/Radio.c
@@ -55,8 +55,6 @@ static void start_station(wifi_radio_obj_t *self) {
55
esp_wifi_set_mode(next_mode);
56
57
self->sta_mode = 1;
58
-
59
- esp_wifi_set_config(WIFI_MODE_STA, &self->sta_config);
60
}
61
62
bool common_hal_wifi_radio_get_enabled(wifi_radio_obj_t *self) {
0 commit comments