Plane: default LAND_DISARMDELAY to 20 seconds

most people will want to disarm
This commit is contained in:
Andrew Tridgell 2015-04-06 15:37:54 -07:00
parent 445f358839
commit 03a50712db
1 changed files with 1 additions and 1 deletions

View File

@ -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