去除多余日志, 图表最大数据量, 日志隐藏密码

This commit is contained in:
zogodo
2020-04-22 10:21:08 +08:00
parent aa4823116c
commit e1b7cbac47
6 changed files with 17 additions and 16 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.2"
#define VERSION "v2.0.3"
#define TYPE 1
#define TYPE_NAME "zTC1"