Ver Fonte

components/bt: Minor fix for the range of GATTC number of reconnections.

wangmengyang há 4 anos atrás
pai
commit
d2324c162a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      components/bt/host/bluedroid/Kconfig.in

+ 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