mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
Sub: Default FS_PILOT_TIMEOUT to 3 seconds
This commit is contained in:
parent
3f51dd387c
commit
19a5b38ff5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user