Explorar o código

Merge branch 'bugfix/interrupt_watchdog_on_reset' into 'master'

Bugfix/interrupt watchdog on reset

See merge request espressif/esp-idf!13384
Jiang Jiang Jian %!s(int64=4) %!d(string=hai) anos
pai
achega
6dc36d09df

+ 1 - 1
components/bt/controller/lib_esp32c3_family

@@ -1 +1 @@
-Subproject commit 8ce2a3620a07ba62084c75489b62d44de9ba1824
+Subproject commit 90b025633add12d18ab056ce8db20d06deb40f06

+ 1 - 1
components/bt/host/bluedroid/Kconfig.in

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