Skip to content

Commit c3d3947

Browse files
committed
Update esp32 defconfig.
Use mostly default values, no logs.
1 parent 1c2d5f6 commit c3d3947

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

configs/defconfig.esp32

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,10 @@
22
# Bluetooth
33
#
44
CONFIG_BT_ENABLED=y
5-
CONFIG_BT_STACK_NO_LOG=y
6-
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
75
CONFIG_BLE_MESH=y
86
CONFIG_BT_NIMBLE_ENABLED=y
97
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
19-
CONFIG_BT_STACK_NO_LOG=y
20-
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
8+
CONFIG_BT_NIMBLE_LOG_LEVEL=4
219

2210
CONFIG_SPIRAM=y
2311
CONFIG_SPIRAM_OCCUPY_HSPI_HOST=y

0 commit comments

Comments
 (0)