mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Sub: Default FS_PILOT_TIMEOUT to 3 seconds
This commit is contained in:
parent
0846b5df84
commit
510e754a3b
@ -179,7 +179,7 @@ const AP_Param::Info Sub::var_info[] = {
|
||||
// @Units: Seconds
|
||||
// @Range: 0.1 3.0
|
||||
// @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
|
||||
// @DisplayName: Crosstrack correction angle limit
|
||||
|
Loading…
Reference in New Issue
Block a user