Skip to content

Commit 0a4939a

Browse files
committed
Version bump 1.10.0
1 parent 7d149fc commit 0a4939a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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,9,9}; // Version as array. 8 bit each!
11+
static const uint8_t SW_VERSION_INT[3] = {1,10,0}; // Version as array. 8 bit each!
1212
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
1313
#define FLASH_VERSION 0 // Counter to increase whenever a full flash erase is required.
1414

0 commit comments

Comments
 (0)