Skip to content

Commit 267b72c

Browse files
authored
Update defconfig.esp32s3
somehow needed in newer versions of IDF or Arduino??
1 parent a5fcd64 commit 267b72c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/defconfig.esp32s3

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ CONFIG_BT_STACK_NO_LOG=y
3434
# CONFIG_BLE_MESH is not set
3535
CONFIG_BT_NIMBLE_ENABLED=y
3636
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
37-
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
37+
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=2
3838
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
3939
# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
4040
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
4141
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
4242
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
43-
CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE=8192
4443

4544
#
4645
# PPP

0 commit comments

Comments
 (0)