Commit 36493ff1 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #1671 from dogmaphobic/ESCCalibrationText

Adding note about USB connection for ESC calibration.
parents 69b507a7 ff9f45c3
...@@ -239,7 +239,7 @@ QGCView { ...@@ -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 { ...@@ -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 {
......
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