Browse Source

APMSensorsComponent: only show fast accel cal option when doing accel cal

QGC4.4
Willian Galvani 3 years ago committed by Patrick José Pereira
parent
commit
fcf6f4ec10
  1. 2
      src/AutoPilotPlugins/APM/APMSensorsComponent.qml

2
src/AutoPilotPlugins/APM/APMSensorsComponent.qml

@ -479,6 +479,8 @@ SetupPage { @@ -479,6 +479,8 @@ SetupPage {
}
Column {
visible: _orientationDialogCalType == _calTypeAccel
spacing: ScreenTools.defaultFontPixelHeight
QGCLabel {

Loading…
Cancel
Save