remove unneeded set_config (wrong param; called in connect anyway)
This commit is contained in:
parent
8b03951fee
commit
0914b71653
|
@ -55,8 +55,6 @@ static void start_station(wifi_radio_obj_t *self) {
|
|||
esp_wifi_set_mode(next_mode);
|
||||
|
||||
self->sta_mode = 1;
|
||||
|
||||
esp_wifi_set_config(WIFI_MODE_STA, &self->sta_config);
|
||||
}
|
||||
|
||||
bool common_hal_wifi_radio_get_enabled(wifi_radio_obj_t *self) {
|
||||
|
|
Loading…
Reference in New Issue