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
cab9f1f7
Commit
cab9f1f7
authored
Nov 18, 2015
by
Don Gagne
Browse files
Allow auto connect after upgrade
parent
fe562f80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/FirmwareUpgradeController.cc
View file @
cab9f1f7
...
...
@@ -509,6 +509,7 @@ void FirmwareUpgradeController::_flashComplete(void)
_appendStatusLog
(
"Upgrade complete"
,
true
);
_appendStatusLog
(
"------------------------------------------"
,
false
);
emit
flashComplete
();
qgcApp
()
->
toolbox
()
->
linkManager
()
->
setConnectionsAllowed
();
}
void
FirmwareUpgradeController
::
_error
(
const
QString
&
errorString
)
...
...
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