From 0bb0632d6e4bceb981231f285aa07ace57a98b9b Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 29 Apr 2019 09:40:59 -0700 Subject: [PATCH] Fix missing param --- src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml index 4c57ab203..19aa75f84 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml @@ -112,7 +112,6 @@ SetupPage { controller.getParameterFact(-1, "MC_YAWRATE_P"), controller.getParameterFact(-1, "MC_YAWRATE_I"), controller.getParameterFact(-1, "MC_YAWRATE_D"), - controller.getParameterFact(-1, "MC_YAW_FF"), controller.getParameterFact(-1, "MC_YAWRATE_FF") ] ] } } // Component - Advanced Page -- 2.22.0