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
b851be13
Commit
b851be13
authored
Nov 29, 2015
by
Don Gagne
Browse files
More logging
parent
fc652cbc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/comm/LinkManager.cc
View file @
b851be13
...
...
@@ -421,6 +421,7 @@ void LinkManager::_updateAutoConnectLinks(void)
}
}
if
(
!
foundUDP
)
{
qCDebug
(
LinkManagerLog
)
<<
"New auto-connect UDP port added"
;
UDPConfiguration
*
udpConfig
=
new
UDPConfiguration
(
_defaultUPDLinkName
);
udpConfig
->
setLocalPort
(
QGC_UDP_LOCAL_PORT
);
udpConfig
->
setDynamic
(
true
);
...
...
@@ -493,6 +494,8 @@ void LinkManager::_updateAutoConnectLinks(void)
createConnectedLink
(
pSerialConfig
);
}
}
else
{
qCDebug
(
LinkManagerVerboseLog
)
<<
"Skipping existing autoconnect"
<<
portInfo
.
systemLocation
();
}
}
}
...
...
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