Skip to content

Release v1.7.1

Latest
Compare
Choose a tag to compare
@vostrenkov vostrenkov released this 11 Jan 18:57
· 4 commits to master since this release

Changes:

  • Added test support for MLX90363 sensor
  • Shift registers CLK signal unpined from PB3 (now shift registers should have separate clock signal from SPI sensors)
  • Axis to Buttons optimization

Fixes:

  • Fixed TLE sensors range mapping
  • Fixed SPI mode changes causing undesired behaviour
  • Fixed disabling buttons for HID report (buttons showing in device dispatcher)
  • Fixed edge conditions for axis with encoder source
  • Fixed dynamic deadband operation for calibrated axis
  • FIxed triggering of center button of RKJX sticks when pressing directional button
  • Fixed showing logical buttons mapped on POVs buttons

Note:
Since shift registers clock signal no more can be combined with SPI sensors clock on PB3 pin this version of software may be incompatible with your hardware configuration. If your configuration dont use both SPI sensors and shift registers with PB3 pin for CLK then you won't need any hardware modifications and the software should work for you.

UPD. v1_7_1b1 fixed sensors axis flickering, axis offsets and axis center function
UPD. v1_7_1b2 config loading stability improved
UPD. v1_7_1b3 fixed reading buttons while buttons logic processing