diff --git a/src/rx/unified_serial.c b/src/rx/unified_serial.c index fb00179b1..975e47353 100644 --- a/src/rx/unified_serial.c +++ b/src/rx/unified_serial.c @@ -214,5 +214,5 @@ bool rx_serial_check() { flags.rx_ready = 1; } - return true; + return status == PACKET_CHANNELS_RECEIVED; }