Merge pull request #7870 from mankeli/patch-2

Updated docs to have correct command for binding
This commit is contained in:
Michael Keller 2019-03-27 05:31:51 +13:00 committed by GitHub
commit 0dccf7131e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ The supported protocols are:
3. click 'Save & Reboot'. After the reboot, the RX LED will confirm that the FrSky RX is active by blinking slowly;
4. enter bind mode by either:
- pressing the 'Bind' button on the flight controller (if there is one and it's reachable);
- entering CLI, and typing 'frsky_bind[Enter]'.
- entering CLI, and typing 'bind_rx_spi[Enter]'.
5. the flight controller will indicate that bind mode is active by changing the RX LED to be permanently on. Now, on your TX, enter bind mode for the selected FrSky protocol (see screenshots for OpenTX):
FrSky D protocol:
@ -64,7 +64,7 @@ FrSky X and X_LBT protocol:
![FrSky SPI RX FrSky X binding with OpenTX](assets/images/frsky_spi_rx_x_binding.png)
6. Once binding has completed, the flight controller will indicate this by blinking the RX LED slowly. A reboot of the flight controller is not required.
6. Once binding has completed, the flight controller will indicate this by blinking the RX LED slowly. There's no indication on the CLI, but you can observe successful binding by quitting the bind mode on TX, and seeing if `status` doesn't list RXLOSS anymore in "Arming disable flags". A reboot of the flight controller is not required.
## Tips & Tricks