examples/protocols/mqtt: use common network component

This commit is contained in:
Ivan Grokhotkov
2018-11-21 00:42:03 +08:00
committed by bot
parent a46d94250d
commit 6548afcf49
30 changed files with 175 additions and 420 deletions

View File

@@ -4,4 +4,6 @@
#
PROJECT_NAME := mqtt_tcp
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk