This commit is contained in:
zogodo
2019-12-10 21:38:29 +08:00
parent 7af1aebf12
commit d5df52414c
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
#include "mqtt_server/user_function.h"
#include "http_server/web_log.h"
#define os_log(format, ...) custom_log("WIFI", format, ##__VA_ARGS__); web_log(format, ##__VA_ARGS__)
char wifi_status = WIFI_STATE_NOCONNECT;
mico_timer_t wifi_led_timer;