Browse Source

Remove 3rd compass fail check

QGC4.4
Don Gagne 9 years ago
parent
commit
437959f93f
  1. 2
      src/AutoPilotPlugins/APM/APMSensorsComponent.qml

2
src/AutoPilotPlugins/APM/APMSensorsComponent.qml

@ -391,8 +391,6 @@ QGCView { @@ -391,8 +391,6 @@ QGCView {
onClicked: {
if (controller.accelSetupNeeded) {
showMessage(qsTr("Calibrate Compass"), qsTr("Accelerometer must be calibrated prior to Compass."), StandardButton.Ok)
} else if (compass3Id.value != 0 && compass3Use.value !=0) {
showMessage(qsTr("Unabled to calibrate"), qsTr("Support for calibrating compass 3 is currently not supported by QGroundControl."), StandardButton.Ok)
} else {
preCalibrationDialogType = "compass"
preCalibrationDialogHelp = compassHelp

Loading…
Cancel
Save