mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00
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:
parent
5e1648f338
commit
4a8315191b
@ -141,7 +141,8 @@ sniffer = ["wifi"]
|
|||||||
## Enable BLE support
|
## Enable BLE support
|
||||||
ble = ["esp-hal/__bluetooth", "dep:bt-hci"]
|
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 = []
|
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),
|
## 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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user