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
7f2915f7
Commit
7f2915f7
authored
Apr 21, 2015
by
Don Gagne
Browse files
Reset internal param values after calibrate
This way live rc update is correct after a calibrate
parent
8aea612f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/px4_configuration/PX4RCCalibration.cc
View file @
7f2915f7
...
...
@@ -936,6 +936,7 @@ void PX4RCCalibration::_writeCalibration(void)
paramMgr
->
sendPendingParameters
(
true
,
true
);
_stopCalibration
();
_setInternalCalibrationValuesFromParameters
();
}
void
PX4RCCalibration
::
_updateView
()
...
...
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