added front-end patch
This commit is contained in:
+1
-1
Submodule front-end updated: 53a6ab4a84...e3b21adc45
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
#define FW_V_MAJOR 1
|
||||
#define FW_V_MINOR 1
|
||||
#define FW_V_PATCH 1
|
||||
#define FW_V_PATCH 2
|
||||
|
||||
#define FIRMWARE_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH)
|
||||
#define FIRMWARE_VERSION_NUM (FW_V_MAJOR*1000 + FW_V_MINOR*10 + FW_V_PATCH) // this is used in ID queries
|
||||
|
||||
Reference in New Issue
Block a user