Commit f6c0565b authored by Don Gagne's avatar Don Gagne

Merge pull request #1448 from DonLakeFlyer/Summary

Fix Vehicle Summary
parents 81ee1086 cae4cc58
...@@ -21,16 +21,16 @@ Column { ...@@ -21,16 +21,16 @@ Column {
VehicleSummaryRow { VehicleSummaryRow {
labelText: "Position Ctl switch:" labelText: "Position Ctl switch:"
valueText: posCtlSwFact.value == 0 ? "Disabled" : fact.valueString valueText: posCtlSwFact.value == 0 ? "Disabled" : posCtlSwFact.valueString
} }
VehicleSummaryRow { VehicleSummaryRow {
labelText: "Position Ctl switch:" labelText: "Loiter switch:"
valueText: loiterSwFact.value == 0 ? "Disabled" : fact.valueString valueText: loiterSwFact.value == 0 ? "Disabled" : loiterSwFact.valueString
} }
VehicleSummaryRow { VehicleSummaryRow {
labelText: "Return switch:" labelText: "Return switch:"
valueText: returnSwFact.value == 0 ? "Disabled" : fact.valueString valueText: returnSwFact.value == 0 ? "Disabled" : returnSwFact.valueString
} }
} }
...@@ -439,20 +439,20 @@ ...@@ -439,20 +439,20 @@
1 50 RC_FAILS_THR 0 6 1 50 RC_FAILS_THR 0 6
1 50 RC_LOITER_TH 0.5 9 1 50 RC_LOITER_TH 0.5 9
1 50 RC_MAP_ACRO_SW 0 6 1 50 RC_MAP_ACRO_SW 0 6
1 50 RC_MAP_AUX1 0 6 1 50 RC_MAP_AUX1 11 6
1 50 RC_MAP_AUX2 0 6 1 50 RC_MAP_AUX2 12 6
1 50 RC_MAP_AUX3 0 6 1 50 RC_MAP_AUX3 0 6
1 50 RC_MAP_FAILSAFE 0 6 1 50 RC_MAP_FAILSAFE 0 6
1 50 RC_MAP_FLAPS 0 6 1 50 RC_MAP_FLAPS 10 6
1 50 RC_MAP_LOITER_SW 0 6 1 50 RC_MAP_LOITER_SW 9 6
1 50 RC_MAP_MODE_SW 6 6 1 50 RC_MAP_MODE_SW 6 6
1 50 RC_MAP_OFFB_SW 0 6 1 50 RC_MAP_OFFB_SW 0 6
1 50 RC_MAP_PARAM1 0 6 1 50 RC_MAP_PARAM1 0 6
1 50 RC_MAP_PARAM2 0 6 1 50 RC_MAP_PARAM2 0 6
1 50 RC_MAP_PARAM3 0 6 1 50 RC_MAP_PARAM3 0 6
1 50 RC_MAP_PITCH 2 6 1 50 RC_MAP_PITCH 2 6
1 50 RC_MAP_POSCTL_SW 0 6 1 50 RC_MAP_POSCTL_SW 7 6
1 50 RC_MAP_RETURN_SW 0 6 1 50 RC_MAP_RETURN_SW 8 6
1 50 RC_MAP_ROLL 1 6 1 50 RC_MAP_ROLL 1 6
1 50 RC_MAP_THROTTLE 3 6 1 50 RC_MAP_THROTTLE 3 6
1 50 RC_MAP_YAW 4 6 1 50 RC_MAP_YAW 4 6
......
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