优化WebLog()代码

This commit is contained in:
zogodo
2021-11-26 15:34:02 +08:00
parent f4097ea5f1
commit 492ce82422
3 changed files with 10 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
#define wifi_log(M, ...) do { custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__) } while(0)
#define power_log(M, ...) do { custom_log("POWER", M, ##__VA_ARGS__); web_log("POWER", M, ##__VA_ARGS__) } while(0)
#define VERSION "v2.0.9"
#define VERSION "v2.1.0"
#define TYPE 1
#define TYPE_NAME "zTC1"