From 033e303474c6d6f9a1154b2a932805284757f673 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 16 Mar 2014 19:27:08 +0100 Subject: [PATCH] PX4 config: Hotfix for param config end --- src/ui/QGCPX4VehicleConfig.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ui/QGCPX4VehicleConfig.cc b/src/ui/QGCPX4VehicleConfig.cc index 11e41225e..826164835 100644 --- a/src/ui/QGCPX4VehicleConfig.cc +++ b/src/ui/QGCPX4VehicleConfig.cc @@ -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) -- 2.22.0