Sub: Default FS_PILOT_TIMEOUT to 3 seconds

This commit is contained in:
Jacob Walser 2017-08-20 13:42:31 -04:00 committed by jaxxzer
parent 3f51dd387c
commit 19a5b38ff5

View File

@ -179,7 +179,7 @@ const AP_Param::Info Sub::var_info[] = {
// @Units: s // @Units: s
// @Range: 0.1 3.0 // @Range: 0.1 3.0
// @User: Standard // @User: Standard
GSCALAR(failsafe_pilot_input_timeout, "FS_PILOT_TIMEOUT", 1.0f), GSCALAR(failsafe_pilot_input_timeout, "FS_PILOT_TIMEOUT", 3.0f),
// @Param: XTRACK_ANG_LIM // @Param: XTRACK_ANG_LIM
// @DisplayName: Crosstrack correction angle limit // @DisplayName: Crosstrack correction angle limit