Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Krzysztof Budzynski 2023-07-20 15:15:37 +08:00 committed by Mu Hai Dong
parent f2485590c2
commit 82a0437671

View File

@ -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.