FrSkyX: fix telem

This commit is contained in:
Pascal Langer
2020-07-04 15:15:55 +02:00
parent e56f737b34
commit 7112f58dae
4 changed files with 14 additions and 10 deletions

View File

@@ -192,7 +192,7 @@ uint16_t FrSkyR9_callback()
TX_RSSI=SX1276_ReadReg(SX1276_1A_PACKETRSSI)-157;
for(uint8_t i=0;i<9;i++)
packet[4+i]=packet_in[i]; //Adjust buffer to match FrSkyX
frsky_check_telemetry(packet,len); //Check and parse telemetry packets
frsky_process_telemetry(packet,len); //Check and parse telemetry packets
}
}
}