Browse Source

Default abort alt = 0. This works around problems between multi-rotor and fixed wing.

QGC4.4
Don Gagne 6 years ago
parent
commit
99960f13e6
  1. 2
      src/MissionManager/MavCmdInfoCommon.json

2
src/MissionManager/MavCmdInfoCommon.json

@ -153,7 +153,7 @@ @@ -153,7 +153,7 @@
"param1": {
"label": "Abort Alt",
"units": "m",
"default": 25.0,
"default": 0,
"decimalPlaces": 2
},
"param4": {

Loading…
Cancel
Save