From 5754263e9df55007e123cc90aea54585d7ab9bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Pyykk=C3=B6?= Date: Tue, 26 Mar 2019 08:52:16 +0200 Subject: [PATCH] Update FrSky SPI RX.md Updated to observe binding status with status command instead --- docs/FrSky SPI RX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FrSky SPI RX.md b/docs/FrSky SPI RX.md index 8334a98c38..d309281f55 100644 --- a/docs/FrSky SPI RX.md +++ b/docs/FrSky SPI RX.md @@ -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