Commit 4b142a48 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #328 from gefink/master

Fixed RC calibration trim problem
parents 6a6a8665 31482062
......@@ -929,6 +929,8 @@ void QGCVehicleConfig::writeCalibrationRC()
{
if (!mav) return;
setTrimPositions();
QString minTpl("RC%1_MIN");
QString maxTpl("RC%1_MAX");
QString trimTpl("RC%1_TRIM");
......
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