Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
50650ec8
Commit
50650ec8
authored
Jun 10, 2016
by
Don Gagne
Committed by
GitHub
Jun 10, 2016
Browse files
Merge pull request #3526 from DonLakeFlyer/AllowDisable
Allow disable of uncalibrated joystick
parents
99db0a0c
e830c29d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/JoystickConfig.qml
View file @
50650ec8
...
...
@@ -343,8 +343,8 @@ QGCView {
QGCCheckBox
{
enabled
:
_activeJoystick
.
calibrated
text
:
_activeJoystick
.
calibrated
?
qsTr
(
"
Enable joystick input
"
)
:
qsTr
(
"
Enable
/Disable
not allowed (Calibrate First)
"
)
enabled
:
checked
||
_activeJoystick
.
calibrated
text
:
_activeJoystick
.
calibrated
?
qsTr
(
"
Enable joystick input
"
)
:
qsTr
(
"
Enable not allowed (Calibrate First)
"
)
checked
:
_activeVehicle
.
joystickEnabled
onClicked
:
_activeVehicle
.
joystickEnabled
=
checked
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment