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
2e67636c
Commit
2e67636c
authored
Jan 12, 2016
by
dogmaphobic
Browse files
Updating GPS lock type text.
parent
438cf368
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/toolbar/MainToolBar.qml
View file @
2e67636c
...
...
@@ -200,10 +200,10 @@ Rectangle {
return
"
3D Lock
"
}
if
(
activeVehicle
.
satelliteLock
==
4
)
{
return
"
3D
Lock with Differential
"
return
"
3D
DGPS Lock
"
}
if
(
activeVehicle
.
satelliteLock
==
5
)
{
return
"
3D
Lock with Relative Positioning
"
return
"
3D
RTK GPS Lock
"
}
return
"
Unkown Lock Type (
"
+
activeVehicle
.
satelliteLock
+
"
)
"
}
...
...
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