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 7d149fc commit 0a4939aCopy full SHA for 0a4939a
1 file changed
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,9,9}; // Version as array. 8 bit each!
+static const uint8_t SW_VERSION_INT[3] = {1,10,0}; // Version as array. 8 bit each!
12
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
13
#define FLASH_VERSION 0 // Counter to increase whenever a full flash erase is required.
14
0 commit comments