feat(coex): support esp32s31 coexist

This commit is contained in:
muhaidong
2026-04-10 15:02:04 +08:00
parent e5eec95f49
commit c403ec6b8f
3 changed files with 2 additions and 3 deletions

View File

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