Nimble: Support maximum number of connections to 9 on ESP32-C3 and ESP32-S3

This commit is contained in:
Rahul Tank
2022-12-08 11:06:49 +05:30
parent df901e0fe8
commit b07ca316d0

View File

@ -64,8 +64,7 @@ config BT_NIMBLE_LOG_LEVEL
config BT_NIMBLE_MAX_CONNECTIONS config BT_NIMBLE_MAX_CONNECTIONS
int "Maximum number of concurrent connections" int "Maximum number of concurrent connections"
range 1 8 if (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) range 1 9
range 1 9 if IDF_TARGET_ESP32
default 3 default 3
depends on BT_NIMBLE_ENABLED depends on BT_NIMBLE_ENABLED
help help