Skip to content

Commit f856962

Browse files
authored
Update defconfig.esp32
1 parent c12eacb commit f856962

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

configs/defconfig.esp32

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
CONFIG_BTDM_CTRL_MODE_BTDM=y
2-
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
1+
#
2+
# Bluetooth
3+
#
34
CONFIG_BT_ENABLED=y
4-
CONFIG_BT_BLE_BLUFI_ENABLE=y
5-
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
6-
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
7-
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
5+
CONFIG_BT_STACK_NO_LOG=y
6+
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
87
CONFIG_BLE_MESH=y
9-
CONFIG_BT_CLASSIC_ENABLED=y
10-
CONFIG_BT_A2DP_ENABLE=y
11-
CONFIG_BT_SPP_ENABLED=y
12-
CONFIG_BT_HFP_ENABLE=y
8+
CONFIG_BT_NIMBLE_ENABLED=y
9+
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
10+
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
11+
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
12+
# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
13+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
14+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
15+
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
16+
# CONFIG_BTDM_CTRL_MODE_BTDM is not set
17+
# CONFIG_BT_BTC_TASK_STACK_SIZE is not set
18+
# CONFIG_BT_BTU_TASK_STACK_SIZE is not set
1319
CONFIG_BT_STACK_NO_LOG=y
1420
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
21+
1522
CONFIG_SPIRAM=y
1623
CONFIG_SPIRAM_OCCUPY_HSPI_HOST=y
1724
CONFIG_ULP_COPROC_ENABLED=y

0 commit comments

Comments
 (0)