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 { @@ -239,7 +239,7 @@ QGCView {
Rectangle {
width: parent.width
height: 80
height: 140
color: palette.windowShade
Column {
@ -248,7 +248,7 @@ QGCView { @@ -248,7 +248,7 @@ QGCView {
spacing: 10
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 {

Loading…
Cancel
Save