FrSkyD telemetry

- rewritten the handling of the incoming over the air telemetry packet
- rewritten the TX_RSSI calculation (link frame[4])
- added RX LQI and TX_LQI information in the link frame (frame[5] and
frame[6])
This commit is contained in:
pascallanger
2017-02-01 09:28:35 +01:00
parent c7e7a559a6
commit 41d75da33f
7 changed files with 68 additions and 91 deletions

View File

@@ -97,6 +97,7 @@ uint16_t initFrSky_2way()
{
Frsky_init_hop();
packet_count=0;
init_frskyd_link_telemetry();
if(IS_AUTOBIND_FLAG_on)
{
frsky2way_init(1);