Skip to content

Commit

Permalink
Version bump 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultrawipf committed Oct 29, 2024
1 parent 827b00e commit c4241ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/FFBoard/Inc/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For more settings see target_constants.h in a target specific folder
*/

static const uint8_t SW_VERSION_INT[3] = {1,15,0}; // Version as array. 8 bit each!
static const uint8_t SW_VERSION_INT[3] = {1,15,1}; // Version as array. 8 bit each!
#ifndef MAX_AXIS
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
#endif
Expand Down

0 comments on commit c4241ce

Please sign in to comment.