mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(example): Add force select LWIP_IPV6 when using socket IPv6 example
This commit is contained in:
@ -22,6 +22,7 @@ config EXAMPLE_IPV4
|
||||
bool "IPV4"
|
||||
|
||||
config EXAMPLE_IPV6
|
||||
select LWIP_IPV6
|
||||
bool "IPV6"
|
||||
|
||||
endchoice
|
||||
|
@ -23,6 +23,7 @@ config EXAMPLE_IPV4
|
||||
|
||||
config EXAMPLE_IPV6
|
||||
bool "IPV6"
|
||||
select LWIP_IPV6
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -23,6 +23,7 @@ config EXAMPLE_IPV4
|
||||
|
||||
config EXAMPLE_IPV6
|
||||
bool "IPV6"
|
||||
select LWIP_IPV6
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -38,6 +38,7 @@ config EXAMPLE_IPV4
|
||||
bool
|
||||
config EXAMPLE_IPV6
|
||||
bool
|
||||
select LWIP_IPV6
|
||||
|
||||
config EXAMPLE_MULTICAST_IPV4_ADDR
|
||||
string "Multicast IPV4 Address (send & receive)"
|
||||
|
@ -23,6 +23,7 @@ config EXAMPLE_IPV4
|
||||
|
||||
config EXAMPLE_IPV6
|
||||
bool "IPV6"
|
||||
select LWIP_IPV6
|
||||
|
||||
endchoice
|
||||
|
||||
|
Reference in New Issue
Block a user