mirror of
https://github.com/espressif/esp-idf
synced 2025-03-08 15:49:08 -05:00
feat(wifi): modify the description of function 'esp_wifi_set_band'
This commit is contained in:
parent
4cdd5087ef
commit
7841a55a71
@ -1647,6 +1647,7 @@ esp_err_t esp_wifi_sta_get_rssi(int *rssi);
|
||||
* @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
|
||||
*/
|
||||
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