Commit 9c37ca83 authored by Lorenz Meier's avatar Lorenz Meier

Improve wording on Power control

parent 04af7edf
......@@ -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()
}
......
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