Commit 7f2915f7 authored by Don Gagne's avatar Don Gagne

Reset internal param values after calibrate

This way live rc update is correct after a calibrate
parent 8aea612f
......@@ -936,6 +936,7 @@ void PX4RCCalibration::_writeCalibration(void)
paramMgr->sendPendingParameters(true, true);
_stopCalibration();
_setInternalCalibrationValuesFromParameters();
}
void PX4RCCalibration::_updateView()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment