Skip to content

Commit 982e82c

Browse files
author
Your Name
committed
v2.2.0
1 parent eece61e commit 982e82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TC1/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define wifi_log(M, ...) custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__);
1717
#define power_log(M, ...) custom_log("POWER", M, ##__VA_ARGS__); web_log("POWER", M, ##__VA_ARGS__);
1818

19-
#define VERSION "v2.1.8"
19+
#define VERSION "v2.2.0"
2020

2121
#define TYPE 1
2222
#define TYPE_NAME "TC1"

0 commit comments

Comments
 (0)