From ebf4952c7cee9213302e08e6d7ac4a2814457c97 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 13 Mar 2020 14:25:12 -0400 Subject: [PATCH] Auto-clear of hung decoder status. --- widgets/mainwindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index ad517a8ae..8c3905d98 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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 + } } /*