From 9c37ca833b647f348d26fb8d049dcbccbac78bb3 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 8 Nov 2015 19:03:02 +0100 Subject: [PATCH] Improve wording on Power control --- src/AutoPilotPlugins/PX4/PowerComponent.qml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.qml b/src/AutoPilotPlugins/PX4/PowerComponent.qml index ac83e30fd..77e3567dc 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.qml +++ b/src/AutoPilotPlugins/PX4/PowerComponent.qml @@ -290,17 +290,21 @@ QGCView { } QGCLabel { - text: "After starting the configuration, turn each motor into its turn direction, one after the other." + text: "ESC parameters will only be accessible in the editor after assignment." + } + + QGCLabel { + text: "Start the process, then turn each motor into its turn direction, in the order of their motor indices." } QGCButton { - text: "Start Configuration" + text: "Start Assignment" width: ScreenTools.defaultFontPixelWidth * 20 onClicked: controller.busConfigureActuators() } QGCButton { - text: "End Configuration" + text: "Stop Assignment" width: ScreenTools.defaultFontPixelWidth * 20 onClicked: controller.StopBusConfigureActuators() } -- 2.22.0