use old web_log()

This commit is contained in:
zogodo
2022-04-06 00:52:58 +08:00
parent 133be04edf
commit 66bd1bca0d
3 changed files with 20 additions and 2 deletions

View File

@@ -16,7 +16,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.1.5"
#define VERSION "v2.1.6"
#define TYPE 1
#define TYPE_NAME "zTC1"