Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_reattempt_conn_count_v5.2' into 'releas…
Browse files Browse the repository at this point in the history
…e/v5.2'

fix(nimble): Increase range of reattempt connection count (v5.2)

See merge request espressif/esp-idf!29340
  • Loading branch information
rahult-github committed Mar 6, 2024
2 parents c36c0c3 + c410322 commit 94bec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/nimble/Kconfig.in
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,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
Expand Down

0 comments on commit 94bec84

Please sign in to comment.