Commit b3fe4b6b authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5226 from jaxxzer/sub-safety-bugfix

Bugfix for factcomboboxes on Sub safety page
parents 93989274 7b32865c
...@@ -135,6 +135,7 @@ SetupPage { ...@@ -135,6 +135,7 @@ SetupPage {
visible: leakEnableCombo.currentIndex != 0 visible: leakEnableCombo.currentIndex != 0
anchors.baseline: leakEnableCombo.baseline anchors.baseline: leakEnableCombo.baseline
fact: _failsafeLeakPin fact: _failsafeLeakPin
indexModel: false
} }
QGCLabel { QGCLabel {
...@@ -149,6 +150,7 @@ SetupPage { ...@@ -149,6 +150,7 @@ SetupPage {
visible: leakEnableCombo.currentIndex != 0 visible: leakEnableCombo.currentIndex != 0
anchors.baseline: leakEnableCombo.baseline anchors.baseline: leakEnableCombo.baseline
fact: _failsafeLeakLogic fact: _failsafeLeakLogic
indexModel: false
} }
} }
......
...@@ -3966,6 +3966,7 @@ ...@@ -3966,6 +3966,7 @@
<values> <values>
<value code="-1">Disabled</value> <value code="-1">Disabled</value>
<value code="0">Bus0</value> <value code="0">Bus0</value>
<value code="1">Bus1</value>
</values> </values>
</param> </param>
<param humanName="Specific Gravity (For water depth measurement)" name="GND_SPEC_GRAV" documentation="This sets the specific gravity of the fluid when flying an underwater ROV."> <param humanName="Specific Gravity (For water depth measurement)" name="GND_SPEC_GRAV" documentation="This sets the specific gravity of the fluid when flying an underwater ROV.">
......
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