qgroundcontrol icon indicating copy to clipboard operation
qgroundcontrol copied to clipboard

Joystick Axis frequency setting doesn't work while Button repeat frequency works

Open TishSerg opened this issue 10 months ago • 0 comments

Expected Behavior

When I change Axis frequency (Hz) value in [Vehicle Setup]>[Joystick]>[Advanced], the Joystick::setAxisFrequency event handler must be triggered.

Current Behavior

Joystick::setAxisFrequency is not triggered on onEditingFinished event. So when I leave that setting page and come back, I see the old value. Interestingly, similar setting "Button repeat frequency (Hz)" works as expected.

Steps to Reproduce:

  1. Connect to autopilot
  2. Connect joystick
  3. Go to axis frequency setting
  4. Try to change it
  5. Go on some other setting page and come back to see the old axis frequency value

System Information

  • Operating System: Windows 11 23H2
  • QGC Version: 4.3.0-450-g6c219fe4 64 bit
  • QGC build: daily, self-built from source
  • Flight Controller: Pixhawk 6C
  • Autopilot (with version): Ardupilot Copter 4.5.1

TishSerg avatar Apr 22 '24 16:04 TishSerg