1.fix AT cmd framework bug

2.add mqtt support in the tool directory
This commit is contained in:
wgzAIIT
2023-06-15 16:52:52 +08:00
parent ed1c5eea1f
commit 9995980a1a
8 changed files with 491 additions and 3 deletions
+4
View File
@@ -8,4 +8,8 @@ ifeq ($(CONFIG_TOOL_USING_OTA),y)
SRC_DIR += bootloader
endif
ifeq ($(CONFIG_TOOL_USING_MQTT),y)
SRC_DIR += mqtt
endif
include $(KERNEL_ROOT)/compiler.mk