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
7e482b03
Commit
7e482b03
authored
Sep 08, 2013
by
Lorenz Meier
Browse files
Merge branch 'config' of github.com:mavlink/qgroundcontrol into config
parents
dac4d313
f5408ec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
7e482b03
...
...
@@ -2611,7 +2611,7 @@ void UAS::requestParameter(int component, const QString& parameter)
read
.
target_component
=
component
;
mavlink_msg_param_request_read_encode
(
mavlink
->
getSystemId
(),
mavlink
->
getComponentId
(),
&
msg
,
&
read
);
sendMessage
(
msg
);
qDebug
()
<<
__FILE__
<<
__LINE__
<<
"REQUESTING PARAM RETRANSMISSION FROM COMPONENT"
<<
component
<<
"FOR PARAM NAME"
<<
parameter
;
//
qDebug() << __FILE__ << __LINE__ << "REQUESTING PARAM RETRANSMISSION FROM COMPONENT" << component << "FOR PARAM NAME" << parameter;
}
/**
...
...
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