QMAP decodes also at t=49.5 s.

This commit is contained in:
Joe Taylor 2023-12-17 12:08:56 -05:00
parent 2e715fa47d
commit 20c090e2bc

View File

@ -405,6 +405,7 @@ void MainWindow::dataSink(int k)
if(ihsym < m_hsymStop) m_decode_called=false;
if(ihsym==m_hsymStop and !m_decode_called) bCallDecoder=true; //Decode at t=58.5 s
if(m_bAlso30 and (ihsym==200)) bCallDecoder=true;
if(ihsym==330) bCallDecoder=true;
if(bCallDecoder) {
if(ihsym==m_hsymStop) m_decode_called=true;