From 7841a55a710b3ab87dfefb52ac9573fecf6d4702 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Fri, 28 Feb 2025 11:05:22 +0800 Subject: [PATCH] feat(wifi): modify the description of function 'esp_wifi_set_band' --- components/esp_wifi/include/esp_wifi.h | 1 + components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp_wifi/include/esp_wifi.h b/components/esp_wifi/include/esp_wifi.h index c1205a8ab1..b8a058d769 100644 --- a/components/esp_wifi/include/esp_wifi.h +++ b/components/esp_wifi/include/esp_wifi.h @@ -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); diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 57e073e24a..e117ca4e60 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 57e073e24ab1d326461d10c2e1a3bb4a8efca9f6 +Subproject commit e117ca4e60f64e184bf8247909af9a858479e82b