From cd784eb0f129a719d1ebb2fcc185104b47547792 Mon Sep 17 00:00:00 2001 From: alanmaxwell Date: Fri, 22 Sep 2023 14:46:12 +0800 Subject: [PATCH] fix(ci): disable WiFi IRAM option for bleprph_wifi_coex example --- examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults b/examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults index 34b0da90ff..31e8fcc48a 100644 --- a/examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults +++ b/examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults @@ -9,3 +9,6 @@ CONFIG_BTDM_CTRL_MODE_BTDM=n CONFIG_BT_BLUEDROID_ENABLED=n CONFIG_BT_NIMBLE_ENABLED=y CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y + +# WiFi config +CONFIG_ESP_WIFI_IRAM_OPT=n