Update Rx.md
Just adding documentation to help with an issue that arose today.
This commit is contained in:
parent
37e551db11
commit
2aa8b2bd21
|
@ -130,6 +130,12 @@ Only one receiver feature can be enabled at a time.
|
||||||
|
|
||||||
See the Serial chapter for some some RX configuration examples.
|
See the Serial chapter for some some RX configuration examples.
|
||||||
|
|
||||||
|
To setup spectrum on the Naze32 or clones in the GUI:
|
||||||
|
1. Start on the "Ports" tab make sure that UART2 has serial RX. If not set the checkbox, save and reboot.
|
||||||
|
2. Move to the "Configuration" page and in the upper lefthand corner choose Serial RX as the receiver type.
|
||||||
|
3. Below that choose the type of serial receiver that you are using. Save and reboot.
|
||||||
|
|
||||||
|
Using CLI:
|
||||||
For Serial RX enable `RX_SERIAL` and set the `serialrx_provider` CLI setting as follows.
|
For Serial RX enable `RX_SERIAL` and set the `serialrx_provider` CLI setting as follows.
|
||||||
|
|
||||||
| Serial RX Provider | Value |
|
| Serial RX Provider | Value |
|
||||||
|
|
Loading…
Reference in New Issue