Skip to content

Commit 0012c92

Browse files
committed
added front-end patch
1 parent 0e8af57 commit 0012c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

user/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define FW_V_MAJOR 1
99
#define FW_V_MINOR 1
10-
#define FW_V_PATCH 1
10+
#define FW_V_PATCH 2
1111

1212
#define FIRMWARE_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH)
1313
#define FIRMWARE_VERSION_NUM (FW_V_MAJOR*1000 + FW_V_MINOR*10 + FW_V_PATCH) // this is used in ID queries

0 commit comments

Comments
 (0)