remove unneeded set_config (wrong param; called in connect anyway)

This commit is contained in:
anecdata 2020-12-30 09:26:25 -06:00
parent 8b03951fee
commit 0914b71653
1 changed files with 0 additions and 2 deletions

View File

@ -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) {