mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Make ppm/pwm input filtering configurable.
This commit is contained in:
parent
226e38de3e
commit
0ac2b51c60
10 changed files with 49 additions and 4 deletions
14
docs/Rx.md
14
docs/Rx.md
|
@ -26,4 +26,18 @@ Allows you to use MSP commands as the RC input. Only 8 channel support to maint
|
|||
12 channels via serial supported currently.
|
||||
|
||||
|
||||
### Configuration
|
||||
|
||||
See the Configuration document some some RX configuration examples.
|
||||
|
||||
#### PPM/PWM input filtering.
|
||||
|
||||
Hardware input filtering can be enabled if you are experiencing interference on the signal sent via your PWM/PPM RX.
|
||||
|
||||
Use the `input_filtering_mode` cli command to select a mode.
|
||||
|
||||
| Value | Meaning |
|
||||
| ----- | --------- |
|
||||
| 0 | Disabled |
|
||||
| 1 | Enabled |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue