mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
feat(coex): support esp32s31 coexist
This commit is contained in:
@@ -12,7 +12,6 @@ menu "Wireless Coexistence"
|
||||
depends on (ESP_WIFI_ENABLED && BT_ENABLED) || \
|
||||
(ESP_WIFI_ENABLED && IEEE802154_ENABLED) || \
|
||||
(IEEE802154_ENABLED && BT_ENABLED)
|
||||
default n if IDF_TARGET_ESP32S31 #TODO: enable coexistence for ESP32S31
|
||||
default y
|
||||
select ESP_WIFI_STA_DISCONNECTED_PM_ENABLE if (ESP_WIFI_ENABLED)
|
||||
help
|
||||
|
||||
Submodule components/esp_coex/lib updated: 2876190044...38891aba1b
Submodule components/esp_wifi/lib updated: 71994a8dff...200f265f07
Reference in New Issue
Block a user