diff --git a/src/AutoPilotPlugins/APM/APMSensorsComponent.qml b/src/AutoPilotPlugins/APM/APMSensorsComponent.qml index 24c605d56b0c27b20536c0fe59eae99023824079..2efe068ce89a41077d10735be2f735922d9cd5e2 100644 --- a/src/AutoPilotPlugins/APM/APMSensorsComponent.qml +++ b/src/AutoPilotPlugins/APM/APMSensorsComponent.qml @@ -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