feat(example): Add force select LWIP_IPV6 when using socket IPv6 example

This commit is contained in:
Dong Heng
2018-10-30 14:33:08 +08:00
parent 8832cb2ad0
commit b68424d995
5 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ config EXAMPLE_IPV4
config EXAMPLE_IPV6
bool "IPV6"
select LWIP_IPV6
endchoice