Skip to content

Commit 865adce

Browse files
author
Jiang Jiang Jian
committed
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
2 parents 843729c + 7841a55 commit 865adce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/esp_wifi/include/esp_wifi.h

+1
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,7 @@ esp_err_t esp_wifi_sta_get_rssi(int *rssi);
16471647
* @return
16481648
* - ESP_OK: succeed
16491649
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
1650+
* - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
16501651
* - ESP_ERR_INVALID_ARG: invalid argument
16511652
*/
16521653
esp_err_t esp_wifi_set_band(wifi_band_t band);

0 commit comments

Comments
 (0)