From 82a043767153b8f1a95bb2f0aa8c2b8f914fd49c Mon Sep 17 00:00:00 2001 From: Krzysztof Budzynski Date: Thu, 20 Jul 2023 15:15:37 +0800 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- docs/en/api-guides/wifi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/wifi.rst b/docs/en/api-guides/wifi.rst index 6d962cde9b..b282b8646d 100644 --- a/docs/en/api-guides/wifi.rst +++ b/docs/en/api-guides/wifi.rst @@ -2160,7 +2160,7 @@ Some limitations need to be considered: Following is the recommended scenarios to use the multiple antennas: - - The applications can choose to always select a specified antenna, or implement their own antenna selecting algorithm, e.g., selecting the antenna mode based on the information collected by the application. Refer ESP-IDF example :idf_file:`examples/wifi/antenna/README.md` to design antenna selecting algorithm. + - The applications can always choose to select a specified antenna or implement their own antenna selecting algorithm, e.g., selecting the antenna mode based on the information collected by the application. Refer to ESP-IDF example :idf_file:`examples/wifi/antenna/README.md` for the antenna selecting algorithm design. - Both RX/TX antenna modes are configured to WIFI_ANT_MODE_ANT0 or WIFI_ANT_MODE_ANT1.