Update P25RX.cpp

Resolve the issue where, in standalone P25 mode, the COS LED remains constantly lit after the hotspot receives a P25 signal.
pull/166/head
BG4TGO-Tom 1 month ago committed by GitHub
parent 192cba3ecc
commit d3321729dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.