mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Merge branch 'bugfix/fix_some_wifi_bugs_202502' into 'master'
feat(wifi): modify the description of function 'esp_wifi_set_band' See merge request espressif/esp-idf!37375
This commit is contained in:
commit
865adce22c
@ -1647,6 +1647,7 @@ esp_err_t esp_wifi_sta_get_rssi(int *rssi);
|
|||||||
* @return
|
* @return
|
||||||
* - ESP_OK: succeed
|
* - ESP_OK: succeed
|
||||||
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
|
* - 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
|
* - ESP_ERR_INVALID_ARG: invalid argument
|
||||||
*/
|
*/
|
||||||
esp_err_t esp_wifi_set_band(wifi_band_t band);
|
esp_err_t esp_wifi_set_band(wifi_band_t band);
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 57e073e24ab1d326461d10c2e1a3bb4a8efca9f6
|
Subproject commit e117ca4e60f64e184bf8247909af9a858479e82b
|
Loading…
x
Reference in New Issue
Block a user