Skip to content

Commit 7841a55

Browse files
committed
feat(wifi): modify the description of function 'esp_wifi_set_band'
1 parent 4cdd508 commit 7841a55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/esp_wifi/include/esp_wifi.h

Lines changed: 1 addition & 0 deletions
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)