diff --git a/configs/defconfig.common b/configs/defconfig.common index 02f8ea9f6..d9de057c1 100644 --- a/configs/defconfig.common +++ b/configs/defconfig.common @@ -4,6 +4,7 @@ CONFIG_ARDUHAL_ESP_LOG=y CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y CONFIG_BT_ENABLED=y +CONFIG_BT_BLE_BLUFI_ENABLE=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BTC_TASK_STACK_SIZE=8192 CONFIG_BT_BTU_TASK_STACK_SIZE=8192 diff --git a/configs/defconfig.esp32c3 b/configs/defconfig.esp32c3 index ced594733..1aa552861 100644 --- a/configs/defconfig.esp32c3 +++ b/configs/defconfig.esp32c3 @@ -1,4 +1,3 @@ -CONFIG_BT_BLE_BLUFI_ENABLE=y CONFIG_RTC_CLK_CAL_CYCLES=576 # CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304