examples: common connect to also support no connection flow if no inteface chosen

This is useful for testing if there's no need for external network and connection


* Original commit: espressif/esp-idf@085d2b8d25
This commit is contained in:
David Cermak
2020-06-05 14:29:32 +02:00
committed by suren-gabrielyan-espressif
parent ad67a23097
commit 07f57523c8
3 changed files with 18 additions and 1 deletions

View File

@ -177,6 +177,7 @@ menu "Example Connection Configuration"
config EXAMPLE_CONNECT_IPV6
bool "Obtain IPv6 address"
default y
depends on EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET
help
By default, examples will wait until IPv4 and IPv6 local link addresses are obtained.
Disable this option if the network does not support IPv6.