AP_TECS: correct metadata for FLARE_HGT

This commit is contained in:
Henry Wurzburg 2023-04-09 14:41:58 -05:00 committed by Andrew Tridgell
parent b620ba23a9
commit 5dc7bfc718
1 changed files with 3 additions and 4 deletions

View File

@ -268,10 +268,9 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
// @Param: FLARE_HGT
// @DisplayName: Flare holdoff height
// @Description: When height above ground is below this, the sink rate will be held at TECS_LAND_SINK. Use this to perform a hold-of manoeuvre when combined with small values for TECS_LAND_SINK.
// @Range: -10 15
// @Units: deg
// @Increment: 1
// @Description: When height above ground is below this, the sink rate will be held at TECS_LAND_SINK. Use this to perform a hold-off manoeuvre when combined with small values for TECS_LAND_SINK.
// @Range: 0 15
// @Units: m
// @User: Advanced
AP_GROUPINFO("FLARE_HGT", 32, AP_TECS, _flare_holdoff_hgt, 1.0f),