4G module EC200A MQTT connection

This commit is contained in:
xuyanghang
2024-01-12 16:44:40 +08:00
parent 5986dce9e7
commit bbe1eba081
7 changed files with 371 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FEATURES),y)
endif
ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_FILES := ec200a.c
SRC_FILES := ec200a.c ec200a_mqtt.c
include $(KERNEL_ROOT)/compiler.mk