mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
fix(nimble): Increase range of reattempt connection count
This commit is contained in:
parent
702853c00e
commit
41a50ca5ce
@ -495,7 +495,7 @@ config BT_NIMBLE_ENABLE_CONN_REATTEMPT
|
||||
|
||||
config BT_NIMBLE_MAX_CONN_REATTEMPT
|
||||
int "Maximum number connection reattempts"
|
||||
range 1 7
|
||||
range 1 255
|
||||
default 3
|
||||
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT
|
||||
help
|
||||
|
Loading…
x
Reference in New Issue
Block a user