Commit 129bea66 authored by DonLakeFlyer's avatar DonLakeFlyer

Fall Rate -> Descent Rate

parent 0ce70271
......@@ -44,8 +44,8 @@
"defaultValue": 0.0
},
{
"name": "Fall rate",
"shortDescription": "Fall rate between landing and loiter altitude.",
"name": "Descent rate",
"shortDescription": "Descent rate between landing and loiter altitude.",
"type": "double",
"units": "%",
"min": 0.1,
......
......@@ -25,7 +25,7 @@ const char* FixedWingLandingComplexItem::_landingHeadingName = "Landing
const char* FixedWingLandingComplexItem::_loiterAltitudeName = "Loiter altitude";
const char* FixedWingLandingComplexItem::_loiterRadiusName = "Loiter radius";
const char* FixedWingLandingComplexItem::_landingAltitudeName = "Landing altitude";
const char* FixedWingLandingComplexItem::_fallRateName = "Fall rate";
const char* FixedWingLandingComplexItem::_fallRateName = "Descent rate";
const char* FixedWingLandingComplexItem::_jsonLoiterCoordinateKey = "loiterCoordinate";
const char* FixedWingLandingComplexItem::_jsonLoiterRadiusKey = "loiterRadius";
......
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