mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
committed by
suren-gabrielyan-espressif
parent
901124b7ee
commit
67d310b988
@ -142,6 +142,8 @@ menu "Example Connection Configuration"
|
||||
|
||||
config EXAMPLE_CONNECT_IPV6
|
||||
bool "Obtain IPv6 link-local address"
|
||||
depends on IDF_TARGET_ESP32
|
||||
# ToDo: remove once IPV6 is supported on esp32s2
|
||||
default y
|
||||
help
|
||||
By default, examples will wait until IPv4 and IPv6 addresses are obtained.
|
||||
|
@ -12,7 +12,9 @@
|
||||
#include "sdkconfig.h"
|
||||
#include "esp_event.h"
|
||||
#include "esp_wifi.h"
|
||||
#if CONFIG_EXAMPLE_CONNECT_ETHERNET
|
||||
#include "esp_eth.h"
|
||||
#endif
|
||||
#include "esp_log.h"
|
||||
#include "tcpip_adapter.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
|
Reference in New Issue
Block a user