examples: Use CONFIG_LWIP_IPV6 to strip tcp_server example

This commit is contained in:
yuanjm
2021-01-26 16:17:56 +08:00
parent 31a20088af
commit b06a588263
4 changed files with 21 additions and 8 deletions

View File

@@ -6,5 +6,6 @@
PROJECT_NAME := tcp_server
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
EXCLUDE_COMPONENTS = coap asio
include $(IDF_PATH)/make/project.mk