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
e036ea52
Commit
e036ea52
authored
Dec 24, 2015
by
Don Gagne
Browse files
Missing case for FMU V1 flash
parent
b2e9e134
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/FirmwareUpgrade.qml
View file @
e036ea52
...
...
@@ -108,7 +108,7 @@ QGCView {
}
else
{
// We end up here when we detect a board plugged in after we've started upgrade
statusTextArea
.
append
(
highlightPrefix
+
"
Found device
"
+
highlightSuffix
+
"
:
"
+
controller
.
boardType
)
if
(
controller
.
boardType
==
"
Pixhawk
"
||
controller
.
boardType
==
"
AeroCore
"
||
controller
.
boardType
==
"
PX4 Flow
"
)
{
if
(
controller
.
boardType
==
"
Pixhawk
"
||
controller
.
boardType
==
"
AeroCore
"
||
controller
.
boardType
==
"
PX4 Flow
"
||
controller
.
boardType
==
"
PX4 FMU V1
"
)
{
showDialog
(
pixhawkFirmwareSelectDialog
,
title
,
50
,
StandardButton
.
Ok
|
StandardButton
.
Cancel
)
}
}
...
...
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