From 4a8315191be63acb5632e3e1324f58ec289ad6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Quentin?= Date: Tue, 26 Aug 2025 11:43:48 +0200 Subject: [PATCH] Clarify the meaning of the coexist feature (#3987) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Clarify the meaning of the coexist feature * Update esp-radio/Cargo.toml Co-authored-by: Dániel Buga --------- Co-authored-by: Dániel Buga --- esp-radio/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esp-radio/Cargo.toml b/esp-radio/Cargo.toml index 0a16bc637..5758c939d 100644 --- a/esp-radio/Cargo.toml +++ b/esp-radio/Cargo.toml @@ -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),