Merge branch 'bugfix/interrupt_watchdog_on_reset_v4.3' into 'release/v4.3'

Bugfix/interrupt watchdog on reset v4.3

See merge request espressif/esp-idf!13386
This commit is contained in:
Jiang Jiang Jian
2021-04-29 13:33:07 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ config BT_GATTC_CACHE_NVS_FLASH
config BT_GATTC_CONNECT_RETRY_COUNT config BT_GATTC_CONNECT_RETRY_COUNT
int "The number of attempts to reconnect if the connection establishment failed" int "The number of attempts to reconnect if the connection establishment failed"
depends on BT_GATTC_ENABLE depends on BT_GATTC_ENABLE
range 1 7 range 0 7
default 3 default 3
help help
The number of attempts to reconnect if the connection establishment failed The number of attempts to reconnect if the connection establishment failed