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 c7c4c5f commit 3e01e2fCopy full SHA for 3e01e2f
Firmware/FFBoard/Inc/constants.h
@@ -8,7 +8,7 @@
8
* For more settings see target_constants.h in a target specific folder
9
*/
10
11
-static const uint8_t SW_VERSION_INT[3] = {1,16,0}; // Version as array. 8 bit each!
+static const uint8_t SW_VERSION_INT[3] = {1,16,1}; // Version as array. 8 bit each!
12
#ifndef MAX_AXIS
13
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
14
#endif
0 commit comments