File tree 10 files changed +30
-0
lines changed
all-clusters-minimal-app/esp32
temperature-measurement-app/esp32
10 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
31
31
CONFIG_BT_ENABLED=y
32
32
CONFIG_BT_NIMBLE_ENABLED=y
33
33
34
+ #disable BT connection reattempt
35
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
36
+
34
37
#enable lwip ipv6 autoconfig
35
38
CONFIG_LWIP_IPV6_AUTOCONFIG=y
36
39
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
31
31
CONFIG_BT_ENABLED=y
32
32
CONFIG_BT_NIMBLE_ENABLED=y
33
33
34
+ #disable BT connection reattempt
35
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
36
+
34
37
#enable lwip ipv6 autoconfig
35
38
CONFIG_LWIP_IPV6_AUTOCONFIG=y
36
39
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
30
30
CONFIG_BT_ENABLED=y
31
31
CONFIG_BT_NIMBLE_ENABLED=y
32
32
33
+ #disable BT connection reattempt
34
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
35
+
33
36
#enable lwip ipv6 autoconfig
34
37
CONFIG_LWIP_IPV6_AUTOCONFIG=y
35
38
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
30
30
CONFIG_BT_ENABLED=y
31
31
CONFIG_BT_NIMBLE_ENABLED=y
32
32
33
+ #disable BT connection reattempt
34
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
35
+
33
36
#enable lwip ipv6 autoconfig
34
37
CONFIG_LWIP_IPV6_AUTOCONFIG=y
35
38
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
29
29
CONFIG_BT_ENABLED=y
30
30
CONFIG_BT_NIMBLE_ENABLED=y
31
31
32
+ #disable BT connection reattempt
33
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
34
+
32
35
#enable lwip ipv6 autoconfig
33
36
CONFIG_LWIP_IPV6_AUTOCONFIG=y
34
37
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
29
29
CONFIG_BT_ENABLED=y
30
30
CONFIG_BT_NIMBLE_ENABLED=y
31
31
32
+ #disable BT connection reattempt
33
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
34
+
32
35
#enable lwip ipv6 autoconfig
33
36
CONFIG_LWIP_IPV6_AUTOCONFIG=y
34
37
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
30
30
CONFIG_BT_ENABLED=y
31
31
CONFIG_BT_NIMBLE_ENABLED=y
32
32
33
+ #disable BT connection reattempt
34
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
35
+
33
36
#enable lwip ipv6 autoconfig
34
37
CONFIG_LWIP_IPV6_AUTOCONFIG=y
35
38
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
31
31
CONFIG_BT_ENABLED=y
32
32
CONFIG_BT_NIMBLE_ENABLED=y
33
33
34
+ #disable BT connection reattempt
35
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
36
+
34
37
#enable lwip ipv6 autoconfig
35
38
CONFIG_LWIP_IPV6_AUTOCONFIG=y
36
39
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
31
31
CONFIG_BT_ENABLED=y
32
32
CONFIG_BT_NIMBLE_ENABLED=y
33
33
34
+ #disable BT connection reattempt
35
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
36
+
34
37
#enable lwip ipv6 autoconfig
35
38
CONFIG_LWIP_IPV6_AUTOCONFIG=y
36
39
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
31
31
CONFIG_BT_ENABLED=y
32
32
CONFIG_BT_NIMBLE_ENABLED=y
33
33
34
+ #disable BT connection reattempt
35
+ CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
36
+
34
37
#enable lwip ipv6 autoconfig
35
38
CONFIG_LWIP_IPV6_AUTOCONFIG=y
36
39
You can’t perform that action at this time.
0 commit comments