1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 06:45:12 +03:00

Support for failsafe-switch-mode

This commit is contained in:
Cleric-K 2018-05-30 01:42:32 +03:00
parent e355fed2d1
commit 6700a1f9a4
7 changed files with 60 additions and 8 deletions

View file

@ -391,7 +391,7 @@ var FC = {
failsafe_delay: 0,
failsafe_off_delay: 0,
failsafe_throttle: 0,
failsafe_kill_switch: 0,
failsafe_switch_mode: 0,
failsafe_throttle_low_delay: 0,
failsafe_procedure: 0.
};