Additional check to transmit all POCSAG buffer

This commit is contained in:
Andy CA6JAU 2018-07-20 20:38:29 -04:00
parent 6fa1c6507e
commit 12e8114a3e

View file

@ -72,7 +72,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;