mirror of https://github.com/g4klx/MMDVM.git
Additional check to transmit all POCSAG buffer
This commit is contained in:
parent
4821d0e959
commit
404dc3d99d
|
@ -89,7 +89,7 @@ void CPOCSAGTX::process()
|
||||||
|
|
||||||
bool CPOCSAGTX::busy()
|
bool CPOCSAGTX::busy()
|
||||||
{
|
{
|
||||||
if (m_poLen > 0U)
|
if (m_poLen > 0U || m_buffer.getData() > 0U)
|
||||||
return true;
|
return true;
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue