mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
可以编译
This commit is contained in:
@@ -26,10 +26,8 @@
|
||||
#include "main.h"
|
||||
#include "mico.h"
|
||||
#include "MQTTClient.h"
|
||||
#include "user_function.h"
|
||||
#include "user_gpio.h"
|
||||
#include "user_mqtt_client.h"
|
||||
#include "c_json/c_json.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "main.h"
|
||||
#include "user_gpio.h"
|
||||
#include "sntp.h"
|
||||
#include "c_json/c_json.h"
|
||||
#include "mqtt_server/user_mqtt_client.h"
|
||||
#include "mqtt_server/user_function.h"
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include "user_gpio.h"
|
||||
#include "mqtt_server/user_mqtt_client.h"
|
||||
#include "user_udp.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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user