diff --git a/p25/P25RX.cpp b/p25/P25RX.cpp index b9e77b6..b31182f 100644 --- a/p25/P25RX.cpp +++ b/p25/P25RX.cpp @@ -120,9 +120,9 @@ void P25RX::databit(bool bit) m_buffer[i] = P25_SYNC_BYTES[i]; m_state = P25RXS_SYNC; - - io.setDecode(true); } + + io.setDecode(m_state != P25RXS_NONE); } }