From cfca8144763eaba2cb9b4908c6244830b6547213 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Fri, 15 May 2020 21:31:50 -0400 Subject: [PATCH] Allow slow mode to auto sync as well --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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