Commit 0b0fa5e3 authored by Don Gagne's avatar Don Gagne

Show Advanced if older firmware

parent 2fd104fa
......@@ -43,7 +43,7 @@ QGCView {
property Fact _nullFact
property Fact _rcMapFltmode: controller.parameterExists(-1, "RC_MAP_FLTMODE") ? controller.getParameterFact(-1, "RC_MAP_FLTMODE") : _nullFact
property Fact _rcMapModeSw: controller.getParameterFact(-1, "RC_MAP_MODE_SW")
property bool _simpleMode: _rcMapFltmode.value > 0 || _rcMapModeSw.value == 0
property bool _simpleMode: controller.parameterExists(-1, "RC_MAP_FLTMODE") && _rcMapFltmode.value > 0
QGCPalette { id: qgcPal; colorGroupEnabled: panel.enabled }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment