1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Updating RX documentation.

This commit is contained in:
Dominic Clifton 2014-09-18 19:23:07 +01:00
parent d9d5227af9
commit 74156fe18f
2 changed files with 12 additions and 1 deletions

View file

@ -6,12 +6,14 @@ First ensure your main flight battery is disconnected or your props are off!
Before flashing with cleanflight, dump your configs for each profile via the CLI and save to a text file.
```
profile 0
dump
profile 1
dump
profile 2
dump
```
Then after flashing cleanflight paste the output from each dump command into the cli, switching profiles as you go.

View file

@ -30,11 +30,20 @@ Allows you to use MSP commands as the RC input. Only 8 channel support to maint
See the Configuration document some some RX configuration examples.
For Serial RX enable `RX_SERIAL` and set the `serialrx_provider` cli setting as follows.
| Serial RX Provider | Value |
| ------------------ | ----- |
| SPEKTRUM1024 | 0 |
| SPEKTRUM2048 | 1 |
| SBUS | 2 |
| SUMD | 3 |
#### 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.
Use the `input_filtering_mode` cli setting to select a mode.
| Value | Meaning |
| ----- | --------- |