mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-31 13:52:27 -04:00
QMAP decodes also at t=49.5 s.
This commit is contained in:
parent
2e715fa47d
commit
20c090e2bc
@ -405,6 +405,7 @@ void MainWindow::dataSink(int k)
|
|||||||
if(ihsym < m_hsymStop) m_decode_called=false;
|
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(ihsym==m_hsymStop and !m_decode_called) bCallDecoder=true; //Decode at t=58.5 s
|
||||||
if(m_bAlso30 and (ihsym==200)) bCallDecoder=true;
|
if(m_bAlso30 and (ihsym==200)) bCallDecoder=true;
|
||||||
|
if(ihsym==330) bCallDecoder=true;
|
||||||
|
|
||||||
if(bCallDecoder) {
|
if(bCallDecoder) {
|
||||||
if(ihsym==m_hsymStop) m_decode_called=true;
|
if(ihsym==m_hsymStop) m_decode_called=true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user