diff --git a/src/ui/QGCPX4VehicleConfig.cc b/src/ui/QGCPX4VehicleConfig.cc index e4af517d014704913fcc915d9b340bfd3cff5e1e..32fdcf919970fe89499982bab314cd1b8cbd0112 100644 --- a/src/ui/QGCPX4VehicleConfig.cc +++ b/src/ui/QGCPX4VehicleConfig.cc @@ -1460,14 +1460,15 @@ void QGCPX4VehicleConfig::remoteControlChannelRawChanged(int chan, float fval) rcYaw = normalized; } else if (chan == rcMapping[3]) { - if (rcRev[chan]) { - rcThrottle = 1.0f + normalized; - } - else { - rcThrottle = normalized; - } + rcThrottle = normalized; +// if (rcRev[chan]) { +// rcThrottle = 1.0f + normalized; +// } +// else { +// rcThrottle = normalized; +// } - rcThrottle = qBound(0.0f, rcThrottle, 1.0f); +// rcThrottle = qBound(0.0f, rcThrottle, 1.0f); } else if (chan == rcMapping[4]) { rcMode = normalized; // MODE SWITCH