From 03c0968168090b1093bda7e05874c201ae58b57b Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 12 Feb 2024 17:09:17 +1100 Subject: [PATCH] Let's try avoiding allocs in the bt stacks --- sdkconfig.common | 1 - 1 file changed, 1 deletion(-) diff --git a/sdkconfig.common b/sdkconfig.common index 0fbe730c..7ae9aea2 100644 --- a/sdkconfig.common +++ b/sdkconfig.common @@ -13,7 +13,6 @@ CONFIG_BT_A2DP_ENABLE=y CONFIG_BT_STACK_NO_LOG=y # CONFIG_BT_MULTI_CONNECTION_ENBALE is not set CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y -CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y CONFIG_SPI_MASTER_IN_IRAM=y # CONFIG_SPI_SLAVE_ISR_IN_IRAM is not set