Clarify the meaning of the coexist feature (#3987)

* Clarify the meaning of the coexist feature

* Update esp-radio/Cargo.toml

Co-authored-by: Dániel Buga <bugadani@gmail.com>

---------

Co-authored-by: Dániel Buga <bugadani@gmail.com>
This commit is contained in:
Björn Quentin 2025-08-26 11:43:48 +02:00 committed by GitHub
parent 5e1648f338
commit 4a8315191b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,8 @@ sniffer = ["wifi"]
## Enable BLE support
ble = ["esp-hal/__bluetooth", "dep:bt-hci"]
## Enable WiFi-BLE coexistence support
## Software controls Wi-Fi/Bluetooth coexistence.
## See [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/kconfig-reference.html#config-esp-coex-sw-coexist-enable) for details
coex = []
## Enable WiFi channel state information. See [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html#_CPPv4N18wifi_init_config_t10csi_enableE),