合并web请求

This commit is contained in:
zogodo
2020-02-17 21:42:41 +08:00
parent ac6ca89c6e
commit a6ec6cb8c0
5 changed files with 30 additions and 29 deletions

View File

@@ -13,7 +13,7 @@
#define mqtt_log(M, ...) do { custom_log("MQTT", M, ##__VA_ARGS__); web_log("MQTT", M, ##__VA_ARGS__) } while(0)
#define wifi_log(M, ...) do { custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__) } while(0)
#define VERSION "v1.0.15"
#define VERSION "v1.0.16"
#define TYPE 1
#define TYPE_NAME "zTC1"