examples/protocols/mdns: use common network component

* Original commit: espressif/esp-idf@9628c60a1d
This commit is contained in:
Ivan Grokhotkov
2018-11-21 13:52:08 +08:00
committed by suren-gabrielyan-espressif
parent 25f8656fbc
commit 778eaa6ced
5 changed files with 32 additions and 99 deletions

View File

@ -5,5 +5,7 @@
PROJECT_NAME := mdns-test
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk