Commit c5c8871b authored by Don Gagne's avatar Don Gagne

Merge pull request #2309 from DonLakeFlyer/ThumbRate

Fix virtual joystick polling rate
parents 0371223e c4a54137
......@@ -310,8 +310,8 @@ Item {
}
Timer {
interval: 10
running: QGroundControl.virtualTabletJoystick
interval: 40 // 25Hz, same as real joystick rate
running: QGroundControl.virtualTabletJoystick && _activeVehicle
repeat: true
onTriggered: {
if (_activeVehicle) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment