mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Landing: change LAND_ABORT_THR param docs to match code and wiki of 90%
This commit is contained in:
parent
b728b8179d
commit
28ab8ef316
@ -124,7 +124,7 @@ const AP_Param::GroupInfo AP_Landing::var_info[] = {
|
||||
|
||||
// @Param: ABORT_THR
|
||||
// @DisplayName: Landing abort using throttle
|
||||
// @Description: Allow a landing abort to trigger with a throttle > 95%
|
||||
// @Description: Allow a landing abort to trigger with an input throttle >= 90%. This works with or without stick-mixing enabled.
|
||||
// @Values: 0:Disabled, 1:Enabled
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("ABORT_THR", 12, AP_Landing, abort_throttle_enable, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user