Browse Source

Merge pull request #3313 from dogmaphobic/uavcanTypo

Fixing Fact name typo.
QGC4.4
Gus Grubba 9 years ago
parent
commit
d7d4c3312f
  1. 2
      src/AutoPilotPlugins/PX4/PowerComponent.qml

2
src/AutoPilotPlugins/PX4/PowerComponent.qml

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

Loading…
Cancel
Save