File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments