FrSky D/X telemetry update

This commit is contained in:
pascallanger
2017-01-31 08:46:50 +01:00
parent 17bb2f11e4
commit e85208110f
2 changed files with 6 additions and 4 deletions

View File

@@ -158,6 +158,7 @@ uint16_t ReadFrSky_2way()
#if defined(TELEMETRY)
if(pkt[len-1] & 0x80)
{//with valid crc
packet_count=0;
frsky_check_telemetry(pkt,len); //check if valid telemetry packets and buffer them.
}
#endif