mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Fix Approach Altitude min
This commit is contained in:
parent
b02340fe10
commit
c1235c55d5
@ -102,7 +102,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
// @DisplayName: RTL Approach Altitude
|
// @DisplayName: RTL Approach Altitude
|
||||||
// @Description: This is the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land.
|
// @Description: This is the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land.
|
||||||
// @Units: centimeters
|
// @Units: centimeters
|
||||||
// @Range: 1 1000
|
// @Range: 0 1000
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(rtl_approach_alt, "APPROACH_ALT", RTL_APPROACH_ALT),
|
GSCALAR(rtl_approach_alt, "APPROACH_ALT", RTL_APPROACH_ALT),
|
||||||
|
Loading…
Reference in New Issue
Block a user