|
|
|
@ -61,26 +61,6 @@ SetupPage {
@@ -61,26 +61,6 @@ SetupPage {
|
|
|
|
|
max: 15 |
|
|
|
|
step: 1 |
|
|
|
|
} |
|
|
|
|
/* |
|
|
|
|
These seem to have disappeared from PX4 firmware! |
|
|
|
|
ListElement { |
|
|
|
|
title: qsTr("Roll sensitivity") |
|
|
|
|
description: qsTr("Slide to the left to make roll control faster and more accurate. Slide to the right if roll oscillates or is too twitchy.") |
|
|
|
|
param: "MC_ROLL_TC" |
|
|
|
|
min: 0.15 |
|
|
|
|
max: 0.25 |
|
|
|
|
step: 0.01 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ListElement { |
|
|
|
|
title: qsTr("Pitch sensitivity") |
|
|
|
|
description: qsTr("Slide to the left to make pitch control faster and more accurate. Slide to the right if pitch oscillates or is too twitchy.") |
|
|
|
|
param: "MC_PITCH_TC" |
|
|
|
|
min: 0.15 |
|
|
|
|
max: 0.25 |
|
|
|
|
step: 0.01 |
|
|
|
|
} |
|
|
|
|
*/ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|