Commit 033e3034 authored by Lorenz Meier's avatar Lorenz Meier

PX4 config: Hotfix for param config end

parent e9684a13
......@@ -649,6 +649,9 @@ void QGCPX4VehicleConfig::stopCalibrationRC()
QMessageBox::information(0,"Uploading the RC Calibration","The configuration will now be uploaded and permanently stored.");
writeCalibrationRC();
}
// Read calibration back to update widget states and validate
paramMgr->requestParameterList();
}
void QGCPX4VehicleConfig::loadQgcConfig(bool primary)
......
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