mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-06 14:53:39 +00:00
Additional check to transmit all POCSAG buffer
This commit is contained in:
parent
6fa1c6507e
commit
12e8114a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue