Browse Source

ApmSensorComponent.qml: show compass device in calibration list

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

3
src/AutoPilotPlugins/APM/APMSensorsComponent.qml

@ -341,6 +341,9 @@ SetupPage { @@ -341,6 +341,9 @@ SetupPage {
QGCLabel {
text: compassLabel(index)
}
APMSensorIdDecoder {
fact: sensorParams.rgCompassId[index]
}
Column {
anchors.margins: ScreenTools.defaultFontPixelWidth * 2

Loading…
Cancel
Save