Commit 2a016a3d authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4471 from dagar/px4_fw_land_alt

PX4 FW default landing altitude 0m
parents 8b379ecb 3d8e14ac
......@@ -7,7 +7,13 @@
{
"id": 21,
"comment": "MAV_CMD_NAV_LAND",
"paramRemove": "1,4"
"paramRemove": "1,4",
"param7": {
"label": "Altitude:",
"units": "m",
"default": 0,
"decimalPlaces": 1
}
},
{
"id": 22,
......
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