Merge branch 'feature/nimble_support_ble_max_conn_num_v4.4' into 'release/v4.4'
Nimble: Support maximum number of connections to 9 on ESP32-C3 and ESP32-S3 (v4.4) See merge request espressif/esp-idf!21551
This commit is contained in:
commit
2ac433e1ae
1 changed files with 1 additions and 2 deletions
|
|
@ -64,8 +64,7 @@ config BT_NIMBLE_LOG_LEVEL
|
|||
|
||||
config BT_NIMBLE_MAX_CONNECTIONS
|
||||
int "Maximum number of concurrent connections"
|
||||
range 1 8 if (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3)
|
||||
range 1 9 if IDF_TARGET_ESP32
|
||||
range 1 9
|
||||
default 3
|
||||
depends on BT_NIMBLE_ENABLED
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in a new issue