add:json解析

This commit is contained in:
Zip
2019-01-28 15:44:18 +08:00
parent 594e112791
commit 0dd80de2ae
7 changed files with 1060 additions and 7 deletions

View File

@@ -25,10 +25,12 @@
NAME := App_TC1
$(NAME)_SOURCES := main.c\
cJSON.c\
user_wifi.c\
user_key.c\
user_sntp.c\
user_mqtt_client.c
user_mqtt_client.c\
user_function.c
$(NAME)_COMPONENTS := protocols/SNTP\
protocols/mqtt