Commit 209318de authored by Don Gagne's avatar Don Gagne

Merge pull request #1491 from DonLakeFlyer/RCCal

Reset internal param values after calibrate
parents 211bfba3 7f2915f7
......@@ -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