mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
c_json/
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
NAME := App_TC1
|
NAME := App_TC1
|
||||||
|
|
||||||
$(NAME)_SOURCES := main.c\
|
$(NAME)_SOURCES := main.c\
|
||||||
cJSON/cJSON.c\
|
c_json/c_json.c\
|
||||||
ota_server/ota_server.c\
|
ota_server/ota_server.c\
|
||||||
user_wifi.c\
|
user_wifi.c\
|
||||||
user_gpio.c\
|
user_gpio.c\
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "cJSON.h"
|
#include "c_json.h"
|
||||||
#include "mico.h"
|
#include "mico.h"
|
||||||
static const char *ep;
|
static const char *ep;
|
||||||
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "user_gpio.h"
|
#include "user_gpio.h"
|
||||||
#include "cJSON/cJSON.h"
|
#include "c_json/c_json.h"
|
||||||
#include "ota_server/user_ota.h"
|
#include "ota_server/user_ota.h"
|
||||||
#include "user_mqtt_client.h"
|
#include "user_mqtt_client.h"
|
||||||
#include "user_udp.h"
|
#include "user_udp.h"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
#include "user_function.h"
|
#include "user_function.h"
|
||||||
#include "user_gpio.h"
|
#include "user_gpio.h"
|
||||||
#include "user_mqtt_client.h"
|
#include "user_mqtt_client.h"
|
||||||
#include "cJSON/cJSON.h"
|
#include "c_json/c_json.h"
|
||||||
|
|
||||||
//#define MQTT_CLIENT_SSL_ENABLE // ssl
|
//#define MQTT_CLIENT_SSL_ENABLE // ssl
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#include "user_gpio.h"
|
#include "user_gpio.h"
|
||||||
#include "sntp.h"
|
#include "sntp.h"
|
||||||
#include "time_server/user_sntp.h"
|
#include "time_server/user_sntp.h"
|
||||||
#include "cJSON/cJSON.h"
|
#include "c_json/c_json.h"
|
||||||
#include "mqtt_server/user_mqtt_client.h"
|
#include "mqtt_server/user_mqtt_client.h"
|
||||||
#include "mqtt_server/user_function.h"
|
#include "mqtt_server/user_function.h"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#include "user_gpio.h"
|
#include "user_gpio.h"
|
||||||
#include "mqtt_server/user_mqtt_client.h"
|
#include "mqtt_server/user_mqtt_client.h"
|
||||||
#include "user_udp.h"
|
#include "user_udp.h"
|
||||||
#include "cJSON/cJSON.h"
|
#include "c_json/c_json.h"
|
||||||
|
|
||||||
mico_gpio_t relay[Relay_NUM] = { Relay_0, Relay_1, Relay_2, Relay_3, Relay_4, Relay_5 };
|
mico_gpio_t relay[Relay_NUM] = { Relay_0, Relay_1, Relay_2, Relay_3, Relay_4, Relay_5 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user