mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-01-18 22:20:15 +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