mirror of https://github.com/ArduPilot/ardupilot
Plane: default LAND_DISARMDELAY to 20 seconds
most people will want to disarm
This commit is contained in:
parent
445f358839
commit
03a50712db
|
@ -239,7 +239,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||
// @Increment: 1
|
||||
// @Range: 0 127
|
||||
// @User: Advanced
|
||||
GSCALAR(land_disarm_delay, "LAND_DISARMDELAY", 0),
|
||||
GSCALAR(land_disarm_delay, "LAND_DISARMDELAY", 20),
|
||||
|
||||
// @Param: NAV_CONTROLLER
|
||||
// @DisplayName: Navigation controller selection
|
||||
|
|
Loading…
Reference in New Issue