Enable CONFIG_BT_BLE_BLUFI_ENABLE for all chips (#159)
* Enable CONFIG_BT_BLE_BLUFI_ENABLE for all chips * Remove redundant CONFIG_BT_BLE_BLUFI_ENABLE for ESP32-C3
This commit is contained in:
parent
7c7b4d0e2f
commit
280121272f
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue