mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 09:42:35 +00:00
fix(wifi): fix esp32c5 connect issues cause by change band mode to 5G only
This commit is contained in:
@@ -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
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user