Browse Source

Fixing Fact name typo.

QGC4.4
dogmaphobic 9 years ago
parent
commit
80631b192b
  1. 2
      src/AutoPilotPlugins/PX4/PowerComponent.qml

2
src/AutoPilotPlugins/PX4/PowerComponent.qml

@ -296,7 +296,7 @@ QGCView {
FactCheckBox { FactCheckBox {
id: uavcanEnabledCheckBox id: uavcanEnabledCheckBox
width: ScreenTools.defaultFontPixelWidth * 20 width: ScreenTools.defaultFontPixelWidth * 20
fact: _uavcanEnabled fact: uavcanEnable
checkedValue: 3 checkedValue: 3
uncheckedValue: 0 uncheckedValue: 0
text: qsTr("Enable UAVCAN as the default MAIN output bus (requires autopilot restart)") text: qsTr("Enable UAVCAN as the default MAIN output bus (requires autopilot restart)")

Loading…
Cancel
Save