mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2025-12-06 07:02:00 +01:00
Additional check to transmit all POCSAG buffer
This commit is contained in:
parent
6fa1c6507e
commit
12e8114a3e
|
|
@ -72,7 +72,7 @@ void CPOCSAGTX::process()
|
|||
|
||||
bool CPOCSAGTX::busy()
|
||||
{
|
||||
if (m_poLen > 0U)
|
||||
if (m_poLen > 0U || m_buffer.getData() > 0U)
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue