SBUS/CPPM: fixed telemetry_link

This commit is contained in:
Pascal Langer
2021-03-04 09:11:20 +01:00
parent bb70116df0
commit 593f3b87f1
3 changed files with 3 additions and 3 deletions

View File

@@ -575,7 +575,7 @@ uint16_t FRSKY_RX_callback()
FRSKY_RX_set_channel(hopping_frequency_no);
if(chanskip_valid)
{
if (telemetry_link == 0)
if ((telemetry_link & 0x7F) == 0)
{ // send channels to TX
FRSKY_RX_build_telemetry_packet();
telemetry_link = 1;