HttpPost("/power")

This commit is contained in:
zogodo
2020-07-03 21:18:29 +08:00
parent ca7fbd8bb2
commit 26f5688071
4 changed files with 80 additions and 80 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.4"
#define VERSION "v2.0.5"
#define TYPE 1
#define TYPE_NAME "zTC1"