mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: default LAND_REPOSITION to 1
This commit is contained in:
parent
0dd9797fe6
commit
07420521ab
@ -446,7 +446,7 @@
|
||||
# define LAND_REQUIRE_MIN_THROTTLE_TO_DISARM ENABLED
|
||||
#endif
|
||||
#ifndef LAND_REPOSITION_DEFAULT
|
||||
# define LAND_REPOSITION_DEFAULT 0 // by default the pilot cannot override roll/pitch during landing
|
||||
# define LAND_REPOSITION_DEFAULT 1 // by default the pilot can override roll/pitch during landing
|
||||
#endif
|
||||
#ifndef LAND_WITH_DELAY_MS
|
||||
# define LAND_WITH_DELAY_MS 4000 // default delay (in milliseconds) when a land-with-delay is triggered during a failsafe event
|
||||
|
Loading…
Reference in New Issue
Block a user