esp-idf/examples/protocols/sockets/tcp_server/sdkconfig.ci.1
Mahavir Jain 467e9c07d6 lwip: fix build with CONFIG_LWIP_DHCPS disabled
Also added example build configuration for this option.
2022-04-11 12:31:17 +00:00

6 lines
113 B
Groff

CONFIG_EXAMPLE_IPV4=y
CONFIG_EXAMPLE_IPV6=n
CONFIG_EXAMPLE_CONNECT_IPV6=n
CONFIG_LWIP_IPV6=n
CONFIG_LWIP_DHCPS=n