mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 04:49:21 +00:00

* Update submodule: git log --oneline f150e232..c816f0ee - sockets: Make IPv6 only netconn type IPv6 aware (espressif/esp-lwip@c816f0ee) - test: Make test application scalable (espressif/esp-lwip@3ec12c3b) - dns: Handle active DNS entries before clearing cache (espressif/esp-lwip@b15cd2de)
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
CONFIG_IDF_TARGET="esp32"
|
|
CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN=y
|
|
CONFIG_EXAMPLE_CONNECT_IPV4=n
|
|
CONFIG_EXAMPLE_CONNECT_IPV6=y
|
|
CONFIG_LWIP_IPV4=n
|
|
CONFIG_LWIP_IPV6=y
|