diff --git a/POCSAGTX.cpp b/POCSAGTX.cpp index 32df9cc..d53f9b7 100644 --- a/POCSAGTX.cpp +++ b/POCSAGTX.cpp @@ -89,7 +89,7 @@ void CPOCSAGTX::process() bool CPOCSAGTX::busy() { - if (m_poLen > 0U) + if (m_poLen > 0U || m_buffer.getData() > 0U) return true; else return false;