可以配置MQTT用户名和密码

This commit is contained in:
zogodo
2022-01-02 20:58:37 +08:00
parent ad461596ca
commit b71c10da3f
8 changed files with 713 additions and 688 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.3"
#define VERSION "v2.1.4"
#define TYPE 1
#define TYPE_NAME "zTC1"