1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Update FrSky SPI RX.md

Updated to observe binding status with status command instead
This commit is contained in:
Markus Pyykkö 2019-03-26 08:52:16 +02:00 committed by GitHub
parent cb8c31b025
commit 5754263e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. There's no indication on the CLI, but you can also observe successful binding by taking a diff and seeing new parameter values. 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