mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-26 03:54:32 -04:00
Decode cycles now start at t=19.5, 30.0, 49.5, and 58.5 s.
This commit is contained in:
+2
-2
@@ -402,7 +402,7 @@ void MainWindow::dataSink(int k)
|
||||
bool bCallDecoder=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==160) bCallDecoder=true;
|
||||
if(ihsym==130) bCallDecoder=true;
|
||||
if(m_bAlso30 and (ihsym==200)) bCallDecoder=true;
|
||||
if(ihsym==330) bCallDecoder=true;
|
||||
if(ihsym==ihsym0) bCallDecoder=false;
|
||||
@@ -916,7 +916,7 @@ void MainWindow::decode() //decode()
|
||||
|
||||
datcom_.ndiskdat=0;
|
||||
|
||||
if((!m_bAlso30 and (datcom2_.nhsym==330)) or (m_bAlso30 and (datcom2_.nhsym==160))) {
|
||||
if((!m_bAlso30 and (datcom2_.nhsym==330)) or (m_bAlso30 and (datcom2_.nhsym==130))) {
|
||||
decodes_.ndecodes=0; //Start the decode cycle with a clean slate
|
||||
m_fetched=0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user