examples: enable IPv6 in example common connect for esp32s2

Closes IDF-1115


* Original commit: espressif/esp-idf@0927ac648f
This commit is contained in:
David Cermak
2020-03-05 07:38:21 +01:00
committed by suren-gabrielyan-espressif
parent 07399011f7
commit 2a23f355c7

View File

@ -176,8 +176,6 @@ menu "Example Connection Configuration"
config EXAMPLE_CONNECT_IPV6 config EXAMPLE_CONNECT_IPV6
bool "Obtain IPv6 link-local address" bool "Obtain IPv6 link-local address"
depends on IDF_TARGET_ESP32
# ToDo: remove once IPV6 is supported on esp32s2
default y default y
help help
By default, examples will wait until IPv4 and IPv6 addresses are obtained. By default, examples will wait until IPv4 and IPv6 addresses are obtained.