Browse Source

Fix missing param

QGC4.4
Don Gagne 6 years ago
parent
commit
0bb0632d6e
  1. 1
      src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml

1
src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml

@ -112,7 +112,6 @@ SetupPage { @@ -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

Loading…
Cancel
Save