Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zogodo committed Jul 3, 2020
1 parent 5c9ca00 commit a1a890f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TC1/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
#define VERSION "v2.0.6"

#define TYPE 1
#define TYPE_NAME "zTC1"
Expand Down

0 comments on commit a1a890f

Please sign in to comment.