mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Update failsafe documentation.
This commit is contained in:
parent
10d507ccc6
commit
4e2b9c22a6
1 changed files with 6 additions and 0 deletions
|
@ -22,9 +22,15 @@ The failsafe system attempts to detect when your receiver looses signal. It the
|
|||
|
||||
The failsafe is activated when:
|
||||
|
||||
Either:
|
||||
a) no valid channel data from the RX via Serial RX.
|
||||
b) the first 4 Parallel PWM/PPM channels do not have valid signals.
|
||||
|
||||
And:
|
||||
c) the failsafe guard time specified by `failsafe_delay` has elapsed.
|
||||
|
||||
## Configuration
|
||||
|
||||
There are a few settings for it, as below.
|
||||
|
||||
Failsafe delays are configured in 0.1 second steps.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue