Allow slow mode to auto sync as well

This commit is contained in:
Jordan Sherer 2020-05-15 21:31:50 -04:00
parent 9728fe52c2
commit cfca814476

View File

@ -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