We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377735b commit e83eef2Copy full SHA for e83eef2
1 file changed
Firmware/FFBoard/Inc/constants.h
@@ -10,7 +10,7 @@
10
11
12
13
-static const uint8_t SW_VERSION_INT[3] = {1,7,2}; // Version as array. 8 bit each!
+static const uint8_t SW_VERSION_INT[3] = {1,7,3}; // Version as array. 8 bit each!
14
15
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
16
0 commit comments