Merge pull request #7371 from Asizon/frskyspidoc
Updated Frsky Spi Documentation for LBT
This commit is contained in:
commit
cbd3a19595
|
@ -31,7 +31,13 @@ The supported protocols are:
|
||||||
- 8 channels / 9 ms frame spacing **or** 16 channels / 18 ms frame spacing;
|
- 8 channels / 9 ms frame spacing **or** 16 channels / 18 ms frame spacing;
|
||||||
- called 'D16' in OpenTX;
|
- called 'D16' in OpenTX;
|
||||||
- integrated FrSky SmartPort telemetry (including support for MSP over Smartport / lua scripts in OpenTX);
|
- integrated FrSky SmartPort telemetry (including support for MSP over Smartport / lua scripts in OpenTX);
|
||||||
- an EU compliant LBT version is not yet available.
|
|
||||||
|
### FrSky X LBT
|
||||||
|
|
||||||
|
- LBT protocol version compatible with EU;
|
||||||
|
- 8 channels / 9 ms frame spacing **or** 16 channels / 18 ms frame spacing;
|
||||||
|
- called 'D16' in OpenTX;
|
||||||
|
- integrated FrSky SmartPort telemetry (including support for MSP over Smartport / lua scripts in OpenTX);
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
@ -40,7 +46,7 @@ The supported protocols are:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
2. in the 'SPI Bus Receiver Provider' drop down that appears, select 'FRSKY_D' or 'FRSKY_X' (depending on the desired protocol):
|
2. in the 'SPI Bus Receiver Provider' drop down that appears, select 'FRSKY_D', 'FRSKY_X' or 'FRSKY_X_LBT' (depending on the desired protocol):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -54,7 +60,7 @@ FrSky D protocol:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
FrSky X protocol:
|
FrSky X and X_LBT protocol:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -79,4 +85,5 @@ FrSky X protocol:
|
||||||
- [Midelic F3](https://github.com/betaflight/betaflight/wiki/Board-Midelic-F3) (prototype only, not commercially available);
|
- [Midelic F3](https://github.com/betaflight/betaflight/wiki/Board-Midelic-F3) (prototype only, not commercially available);
|
||||||
- [Matek F411-ONE](http://www.mateksys.com/?portfolio=f411-one);
|
- [Matek F411-ONE](http://www.mateksys.com/?portfolio=f411-one);
|
||||||
- [CrazyBee F3 FR](boards/Board%20-%20CrazyBeeF3FR.md);
|
- [CrazyBee F3 FR](boards/Board%20-%20CrazyBeeF3FR.md);
|
||||||
|
- [BetaFPV F4]
|
||||||
- more to come...
|
- more to come...
|
||||||
|
|
Loading…
Reference in New Issue