This commit is contained in:
BG4TGO-Tom 2025-11-12 20:15:38 +08:00 committed by GitHub
commit 290f435eb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,7 @@ void CP25RX::databit(bool bit)
processNone(bit);
break;
}
io.setDecode(m_state != P25RXS_NONE);
}
void CP25RX::processNone(bool bit)