mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Decrease default failsafe delay
This commit is contained in:
parent
981df1d544
commit
a59d09e65e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ PG_REGISTER_WITH_RESET_TEMPLATE(failsafeConfig_t, failsafeConfig, PG_FAILSAFE_CO
|
||||||
PG_RESET_TEMPLATE(failsafeConfig_t, failsafeConfig,
|
PG_RESET_TEMPLATE(failsafeConfig_t, failsafeConfig,
|
||||||
.failsafe_throttle = 1000, // default throttle off.
|
.failsafe_throttle = 1000, // default throttle off.
|
||||||
.failsafe_throttle_low_delay = 100, // default throttle low delay for "just disarm" on failsafe condition
|
.failsafe_throttle_low_delay = 100, // default throttle low delay for "just disarm" on failsafe condition
|
||||||
.failsafe_delay = 10, // 1sec
|
.failsafe_delay = 4, // 0,4sec
|
||||||
.failsafe_off_delay = 10, // 1sec
|
.failsafe_off_delay = 10, // 1sec
|
||||||
.failsafe_kill_switch = 0, // default failsafe switch action is identical to rc link loss
|
.failsafe_kill_switch = 0, // default failsafe switch action is identical to rc link loss
|
||||||
.failsafe_procedure = FAILSAFE_PROCEDURE_DROP_IT // default full failsafe procedure is 0: auto-landing
|
.failsafe_procedure = FAILSAFE_PROCEDURE_DROP_IT // default full failsafe procedure is 0: auto-landing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue