From 20c090e2bca448654d52527792bd285e3c6c01b0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 17 Dec 2023 12:08:56 -0500 Subject: [PATCH] QMAP decodes also at t=49.5 s. --- qmap/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qmap/mainwindow.cpp b/qmap/mainwindow.cpp index cb3311043..8c3e2f9ac 100644 --- a/qmap/mainwindow.cpp +++ b/qmap/mainwindow.cpp @@ -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;