diff --git a/src/AutoPilotPlugins/APM/APMSafetyComponentSummarySub.qml b/src/AutoPilotPlugins/APM/APMSafetyComponentSummarySub.qml index 5155b697761bb2d89be949564018af49d13780f5..6fb1196b3e90f67877e05a9f5c71f7a42a4e61f1 100644 --- a/src/AutoPilotPlugins/APM/APMSafetyComponentSummarySub.qml +++ b/src/AutoPilotPlugins/APM/APMSafetyComponentSummarySub.qml @@ -13,7 +13,7 @@ FactPanel { color: qgcPal.windowShadeDark property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle - property bool _firmware34: _activeVehicle.firmwareMajorVersion == 3 && _activeVehicle.firmwareMinorVersion == 4 + property bool _firmware34: _activeVehicle.versionCompare(3, 5, 0) < 0 QGCPalette { id: qgcPal; colorGroupEnabled: enabled } FactPanelController { id: controller; factPanel: panel }