Fix the Blue Button issue.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8548 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2018-03-09 13:56:37 +00:00
parent 00850ba488
commit 37f36a31ab
1 changed files with 19 additions and 18 deletions

View File

@ -3003,11 +3003,11 @@ void MainWindow::readFromStdout() //readFromStdout
}
}
}
return;
}
if(m_mode=="FT8" or m_mode=="QRA64" or m_mode=="JT4" or m_mode=="JT65" or m_mode=="JT9") auto_sequence (decodedtext, 25, 50);
if(m_mode!="FT8" or !m_config.bHound()) {
if(m_mode=="FT8" or m_mode=="QRA64" or m_mode=="JT4" or m_mode=="JT65" or
m_mode=="JT9") auto_sequence (decodedtext, 25, 50);
postDecode (true, decodedtext.string ());
// find and extract any report for myCall
@ -3031,6 +3031,7 @@ void MainWindow::readFromStdout() //readFromStdout
}
}
}
}
//
// start_tolerance - only respond to "DE ..." and free text 73