Browse Source

Merge pull request #1671 from dogmaphobic/ESCCalibrationText

Adding note about USB connection for ESC calibration.
QGC4.4
Lorenz Meier 10 years ago
parent
commit
36493ff196
  1. 4
      src/AutoPilotPlugins/PX4/PowerComponent.qml

4
src/AutoPilotPlugins/PX4/PowerComponent.qml

@ -239,7 +239,7 @@ QGCView {
Rectangle { Rectangle {
width: parent.width width: parent.width
height: 80 height: 140
color: palette.windowShade color: palette.windowShade
Column { Column {
@ -248,7 +248,7 @@ QGCView {
spacing: 10 spacing: 10
QGCLabel { QGCLabel {
text: "WARNING: Props must be removed from vehicle prior to performing ESC calibration." text: "WARNING:\n\nPropellers must be removed from vehicle prior to performing ESC calibration.\nYou must use USB connection for this operation.\n"
} }
QGCButton { QGCButton {

Loading…
Cancel
Save