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
0b0fa5e3
Commit
0b0fa5e3
authored
Mar 06, 2016
by
Don Gagne
Browse files
Show Advanced if older firmware
parent
2fd104fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/PX4FlightModes.qml
View file @
0b0fa5e3
...
@@ -43,7 +43,7 @@ QGCView {
...
@@ -43,7 +43,7 @@ QGCView {
property
Fact
_nullFact
property
Fact
_nullFact
property
Fact
_rcMapFltmode
:
controller
.
parameterExists
(
-
1
,
"
RC_MAP_FLTMODE
"
)
?
controller
.
getParameterFact
(
-
1
,
"
RC_MAP_FLTMODE
"
)
:
_nullFact
property
Fact
_rcMapFltmode
:
controller
.
parameterExists
(
-
1
,
"
RC_MAP_FLTMODE
"
)
?
controller
.
getParameterFact
(
-
1
,
"
RC_MAP_FLTMODE
"
)
:
_nullFact
property
Fact
_rcMapModeSw
:
controller
.
getParameterFact
(
-
1
,
"
RC_MAP_MODE_SW
"
)
property
Fact
_rcMapModeSw
:
controller
.
getParameterFact
(
-
1
,
"
RC_MAP_MODE_SW
"
)
property
bool
_simpleMode
:
_rcMapFltmode
.
value
>
0
||
_rcMap
M
ode
Sw
.
value
==
0
property
bool
_simpleMode
:
controller
.
parameterExists
(
-
1
,
"
RC_MAP_FLTMODE
"
)
&&
_rcMap
Fltm
ode
.
value
>
0
QGCPalette
{
id
:
qgcPal
;
colorGroupEnabled
:
panel
.
enabled
}
QGCPalette
{
id
:
qgcPal
;
colorGroupEnabled
:
panel
.
enabled
}
...
...
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