|
|
@ -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)") |
|
|
|