feat(wifi): modify the description of function 'esp_wifi_set_band'

This commit is contained in:
yinqingzhao
2025-02-28 11:05:22 +08:00
parent 4cdd5087ef
commit 7841a55a71
2 changed files with 2 additions and 1 deletions

View File

@@ -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);