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
1717173e
Commit
1717173e
authored
Feb 05, 2015
by
dogmaphobic
Browse files
Oops... Forgot them hardcoded.
parent
cb627b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/SafetyComponent.qml
View file @
1717173e
...
...
@@ -117,7 +117,7 @@ Rectangle {
width
:
parent
.
width
font.pointSize
:
14
text
:
"
Warning: You have an advanced safety configuration set using the NAV_RCL_OBC parameter. The above settings may not apply.
"
;
visible
:
autopilot
.
parameters
[
"
NAV_RCL_OBC
"
].
value
=
=
0
visible
:
autopilot
.
parameters
[
"
NAV_RCL_OBC
"
].
value
!
=
0
color
:
palette
.
windowText
wrapMode
:
Text
.
Wrap
}
...
...
@@ -125,7 +125,7 @@ Rectangle {
width
:
parent
.
width
font.pointSize
:
14
text
:
"
Warning: You have an advanced safety configuration set using the NAV_DLL_OBC parameter. The above settings may not apply.
"
;
visible
:
autopilot
.
parameters
[
"
NAV_DLL_OBC
"
].
value
=
=
0
visible
:
autopilot
.
parameters
[
"
NAV_DLL_OBC
"
].
value
!
=
0
color
:
palette
.
windowText
wrapMode
:
Text
.
Wrap
}
...
...
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