Skip to content

Commit 2ce481f

Browse files
committed
fix(esp_wifi): Disble IP renew skip by default
1 parent c304ce8 commit 2ce481f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_wifi/wifi_apps/roaming_app/src/Kconfig.roaming

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ menu "Roaming Methods"
9393
config ESP_WIFI_NETWORK_ASSISTED_ROAMING_IP_RENEW_SKIP
9494
bool "Skip IP renew during BTM based roaming"
9595
depends on ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM
96-
default y
96+
default n
9797
help
9898
Station will not ask for IP renew after a BTM based roaming. Before enabling please
9999
make sure your network supports this.

0 commit comments

Comments
 (0)