diff --git a/mainwindow.cpp b/mainwindow.cpp index e4104b4..44c021d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -5281,7 +5281,7 @@ void MainWindow::processDecodedLine(QByteArray t){ return; } - if(m != Varicode::JS8CallNormal){ + if(m != Varicode::JS8CallNormal && m != Varicode::JS8CallSlow){ return; } // if we're here at this point, we _should_ be operating a decode every second