Skip to content

Commit 6f2eedb

Browse files
authored
Update defconfig.esp32s3
1 parent 61c800b commit 6f2eedb

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

configs/defconfig.esp32s3

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
#
2+
# Bluetooth
3+
#
14
CONFIG_BT_ENABLED=y
2-
CONFIG_BT_BLE_BLUFI_ENABLE=y
3-
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
4-
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
5-
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
5+
CONFIG_BT_STACK_NO_LOG=y
6+
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
7+
CONFIG_BT_NIMBLE_ENABLED=y
8+
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
9+
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
10+
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
11+
# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
12+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
13+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
14+
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
615
CONFIG_BLE_MESH=y
16+
717
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
818
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
919
CONFIG_SPIRAM=y

0 commit comments

Comments
 (0)