fix(wifi): fix esp32c5 connect issues cause by change band mode to 5G only

This commit is contained in:
xuxiao
2024-08-05 19:05:32 +08:00
committed by BOT
parent cdee290a5d
commit 280a38130f
5 changed files with 19 additions and 5 deletions

View File

@@ -1662,6 +1662,7 @@ esp_err_t esp_wifi_get_band(wifi_band_t* band);
* @return
* - ESP_OK: succeed
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
* - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
* - ESP_ERR_INVALID_ARG: invalid argument
*
*/