This commit is contained in:
zogodo
2020-07-02 00:00:11 +08:00
parent ca5d2b726c
commit ca7fbd8bb2
6 changed files with 2305 additions and 710 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.3"
#define VERSION "v2.0.4"
#define TYPE 1
#define TYPE_NAME "zTC1"