mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-21 06:03:44 +00:00
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:
parent
192cba3ecc
commit
d3321729dc
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ void CP25RX::databit(bool bit)
|
|||
processNone(bit);
|
||||
break;
|
||||
}
|
||||
io.setDecode(m_state != P25RXS_NONE);
|
||||
}
|
||||
|
||||
void CP25RX::processNone(bool bit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue