Auto-clear of hung decoder status.

This commit is contained in:
Joe Taylor 2020-03-13 14:25:12 -04:00
parent 8151816c84
commit ebf4952c7c

View File

@ -1496,6 +1496,10 @@ void MainWindow::dataSink(qint64 frames)
if(m_mode=="FT8") {
to_jt9(m_ihsym); //Allow jt9 to bail out early, if necessary
if(m_ihsym==40 and m_decoderBusy) {
qDebug() << "ff Clearing hung decoder status";
decodeDone(); //Clear a hung decoder status
}
}
/*