Skip to content

Commit 8a41f22

Browse files
authored
Enable Blufi in esp32s3 as esp32c3 do
1 parent a1b4865 commit 8a41f22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/defconfig.esp32s3

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
77
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
88
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
99
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
10-
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
10+
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
11+
CONFIG_BT_BLE_BLUFI_ENABLE=y

0 commit comments

Comments
 (0)