We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b4d0 commit 2801212Copy full SHA for 2801212
configs/defconfig.common
@@ -4,6 +4,7 @@ CONFIG_ARDUHAL_ESP_LOG=y
4
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
5
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
6
CONFIG_BT_ENABLED=y
7
+CONFIG_BT_BLE_BLUFI_ENABLE=y
8
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
9
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
10
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
configs/defconfig.esp32c3
@@ -1,4 +1,3 @@
1
-CONFIG_BT_BLE_BLUFI_ENABLE=y
2
CONFIG_RTC_CLK_CAL_CYCLES=576
3
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
0 commit comments