mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: fixed parameter docs for LAND_ABORT_THR
it should be a values list
This commit is contained in:
parent
d36ee786e4
commit
953efa9b6c
@ -263,8 +263,7 @@ const AP_Param::Info Plane::var_info[] PROGMEM = {
|
||||
// @Param: LAND_ABORT_THR
|
||||
// @DisplayName: Landing abort using throttle
|
||||
// @Description: Allow a landing abort to trigger with a throttle > 95%
|
||||
// @Units: boolean
|
||||
// @Range: 0 1
|
||||
// @Values: 0:Disabled, 1:Enabled
|
||||
// @User: Advanced
|
||||
GSCALAR(land_abort_throttle_enable, "LAND_ABORT_THR", 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user