Skip to content

Commit 3e01e2f

Browse files
committed
Version bump 1.16.1
1 parent c7c4c5f commit 3e01e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/FFBoard/Inc/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* For more settings see target_constants.h in a target specific folder
99
*/
1010

11-
static const uint8_t SW_VERSION_INT[3] = {1,16,0}; // Version as array. 8 bit each!
11+
static const uint8_t SW_VERSION_INT[3] = {1,16,1}; // Version as array. 8 bit each!
1212
#ifndef MAX_AXIS
1313
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
1414
#endif

0 commit comments

Comments
 (0)