mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
Support for failsafe-switch-mode
This commit is contained in:
parent
e355fed2d1
commit
6700a1f9a4
7 changed files with 60 additions and 8 deletions
|
@ -605,7 +605,7 @@ function configuration_restore(callback) {
|
|||
failsafe_delay: 10,
|
||||
failsafe_off_delay: 200,
|
||||
failsafe_throttle: 1000,
|
||||
failsafe_kill_switch: 0,
|
||||
failsafe_switch_mode: 0,
|
||||
failsafe_throttle_low_delay: 100,
|
||||
failsafe_procedure: 0
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue