mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Copter: fix PILOT_TKOFF_DZ param description
This commit is contained in:
parent
ab1d9886da
commit
abdd37ea2c
@ -87,7 +87,7 @@ const AP_Param::Info Copter::var_info[] PROGMEM = {
|
|||||||
// @DisplayName: Takeoff trigger deadzone
|
// @DisplayName: Takeoff trigger deadzone
|
||||||
// @Description: Offset from mid stick at which takeoff is triggered
|
// @Description: Offset from mid stick at which takeoff is triggered
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @Range 0.0 500.0
|
// @Range: 0.0 500.0
|
||||||
// @Increment: 10
|
// @Increment: 10
|
||||||
GSCALAR(takeoff_trigger_dz, "PILOT_TKOFF_DZ", THR_DZ_DEFAULT),
|
GSCALAR(takeoff_trigger_dz, "PILOT_TKOFF_DZ", THR_DZ_DEFAULT),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user