好多Log

This commit is contained in:
zogodo
2019-12-10 22:10:06 +08:00
parent afe150ba53
commit b1ecd9c87d
10 changed files with 21 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
#define os_log(format, ...) custom_log("RTC", format, ##__VA_ARGS__)
#include "http_server/web_log.h"
#define os_log(format, ...) custom_log("RTC", format, ##__VA_ARGS__); web_log(format, ##__VA_ARGS__)
#include "main.h"
#include "user_gpio.h"