1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 14:55:18 +03:00

Merge pull request #1028 from oleost/oleost-failsafe-docs-correction

Wrong documentation regarding failsafe mode and skipping stage 1
This commit is contained in:
Konstantin Sharlaimov 2017-01-22 23:51:25 +10:00 committed by GitHub
commit 0596ae3ae7

View file

@ -25,8 +25,6 @@ __Stage 2__ is entered when your craft is __armed__ and __stage 1__ persists lon
__Stage 2__ is not activated until 5 seconds after the flight controller boots up. This is to prevent unwanted activation, as in the case of TX/RX gear with long bind procedures, before the RX sends out valid data. __Stage 2__ is not activated until 5 seconds after the flight controller boots up. This is to prevent unwanted activation, as in the case of TX/RX gear with long bind procedures, before the RX sends out valid data.
__Stage 2__ can also directly be activated when a transmitter switch that is configured to control the failsafe mode is switched ON (and `failsafe_kill_switch` is set to OFF).
__Stage 2__ will be aborted when it was due to: __Stage 2__ will be aborted when it was due to:
* a lost RC signal and the RC signal has recovered. * a lost RC signal and the RC signal has recovered.