mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +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"
|
bool "IPV4"
|
||||||
|
|
||||||
config EXAMPLE_IPV6
|
config EXAMPLE_IPV6
|
||||||
|
select LWIP_IPV6
|
||||||
bool "IPV6"
|
bool "IPV6"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
@ -23,6 +23,7 @@ config EXAMPLE_IPV4
|
|||||||
|
|
||||||
config EXAMPLE_IPV6
|
config EXAMPLE_IPV6
|
||||||
bool "IPV6"
|
bool "IPV6"
|
||||||
|
select LWIP_IPV6
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ config EXAMPLE_IPV4
|
|||||||
|
|
||||||
config EXAMPLE_IPV6
|
config EXAMPLE_IPV6
|
||||||
bool "IPV6"
|
bool "IPV6"
|
||||||
|
select LWIP_IPV6
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ config EXAMPLE_IPV4
|
|||||||
bool
|
bool
|
||||||
config EXAMPLE_IPV6
|
config EXAMPLE_IPV6
|
||||||
bool
|
bool
|
||||||
|
select LWIP_IPV6
|
||||||
|
|
||||||
config EXAMPLE_MULTICAST_IPV4_ADDR
|
config EXAMPLE_MULTICAST_IPV4_ADDR
|
||||||
string "Multicast IPV4 Address (send & receive)"
|
string "Multicast IPV4 Address (send & receive)"
|
||||||
|
@ -23,6 +23,7 @@ config EXAMPLE_IPV4
|
|||||||
|
|
||||||
config EXAMPLE_IPV6
|
config EXAMPLE_IPV6
|
||||||
bool "IPV6"
|
bool "IPV6"
|
||||||
|
select LWIP_IPV6
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user