Skip to content

Commit 26c4418

Browse files
committed
Update changelog & version
1 parent 08da5ea commit 26c4418

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
- FFBWheel and FFBJoystick classes split for 1 and 2 axis FFB (Allows to use different HID descriptors)
2-
- Added a single axis HID descriptor (currently not used for compatibility reasons. enable by defining FFBWHEEL_USE_1AXIS_DESC)
3-
- Default SPI button speed increased to 1.3MHz
4-
- Added CAN button source
5-
- Added CAN analog source
6-
- Moved CAN and i2c speed settings to port class
7-
- Fixed CAN bridge RTR frames
8-
- HID interface sends ACKs
9-
- Improved help command formatting and added flags
10-
- Added I2C fast mode 400kHz
11-
- Added BISS-C encoder
12-
- Fixed MT Encoder
13-
- Reworked TMC external encoder system
14-
- Digital and analog source readout command
1+
- Rescaled endstop to encoder angle (makes strength feel the same at every range)
2+
- Changed SPI button saved count from 0-63 to 1-64 (will invalidate your setting)
3+
- Added CAN next frame length command to send frames with different headers

Firmware/FFBoard/Inc/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
static const uint8_t SW_VERSION_INT[3] = {1,8,6}; // Version as array. 8 bit each!
14+
static const uint8_t SW_VERSION_INT[3] = {1,8,7}; // Version as array. 8 bit each!
1515

1616
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
1717

0 commit comments

Comments
 (0)