diff --git a/POCSAGTX.cpp b/POCSAGTX.cpp index b4dc7ab..228f34a 100644 --- a/POCSAGTX.cpp +++ b/POCSAGTX.cpp @@ -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;