mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
make
This commit is contained in:
@@ -36,6 +36,7 @@ $(NAME)_SOURCES := main.c\
|
||||
ota_server/user_ota.c\
|
||||
user_power.c\
|
||||
mqtt_server/user_function.c\
|
||||
http_server/web_log.c\
|
||||
http_server/app_httpd.c
|
||||
|
||||
$(NAME)_COMPONENTS := protocols/SNTP\
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
#include "user_gpio.h"
|
||||
#include "time_server/user_sntp.h"
|
||||
#include "mqtt_server/user_function.h"
|
||||
|
||||
#define os_log(format, ...) custom_log("WIFI", format, ##__VA_ARGS__)
|
||||
#include "web_log.h"
|
||||
|
||||
char wifi_status = WIFI_STATE_NOCONNECT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user