mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_TECS: fix invalid Range meta data
This commit is contained in:
parent
34d5dd0257
commit
605fedc1c0
@ -123,7 +123,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
|
||||
// @Param: LAND_THR
|
||||
// @DisplayName: Cruise throttle during landing approach (percentage)
|
||||
// @Description: Use this parameter instead of LAND_ASPD if your platform does not have an airspeed sensor. It is the cruise throttle during landing approach. If it is negative if TECS_LAND_ASPD is in use then this value is not used during landing.
|
||||
// @Range: -1 to 100
|
||||
// @Range: -1 100
|
||||
// @Increment: 0.1
|
||||
// @User: User
|
||||
AP_GROUPINFO("LAND_THR", 13, AP_TECS, _landThrottle, -1),
|
||||
|
Loading…
Reference in New Issue
Block a user