Skip to content

Commit 3518eb6

Browse files
committed
Version bump 1.16.2
1 parent 9eae0dc commit 3518eb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- TMC debug mode: Changed openloopspeed command to use torque mode instead of raw PWM. Added new openloopspeedpwm to control raw PWM.
88
- CAN bus corrected packet length when packet is sent as command
99
- Corrected CAN speed preset in can bridge GVRET mode (savvycan works again)
10+
- Using interrupt transfer for TMC4671 encoder forwarding (Fixed again)
1011

1112

1213
### Changes in 1.16:

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,1}; // Version as array. 8 bit each!
11+
static const uint8_t SW_VERSION_INT[3] = {1,16,2}; // 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)