Update P25RX.cpp

Resolve the issue where, in standalone P25 mode, the COS LED remains constantly lit after the hotspot receives a P25 signal.
This commit is contained in:
BG4TGO-Tom 2025-11-12 20:15:12 +08:00 committed by GitHub
parent 192cba3ecc
commit d3321729dc
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)