We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eece61e commit 982e82cCopy full SHA for 982e82c
TC1/main.h
@@ -16,7 +16,7 @@
16
#define wifi_log(M, ...) custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__);
17
#define power_log(M, ...) custom_log("POWER", M, ##__VA_ARGS__); web_log("POWER", M, ##__VA_ARGS__);
18
19
-#define VERSION "v2.1.8"
+#define VERSION "v2.2.0"
20
21
#define TYPE 1
22
#define TYPE_NAME "TC1"
0 commit comments