From 1ce78c184a56b66ae0677f9c5f9d6b29f4e7ea50 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 20 Jul 2021 11:32:36 -0400 Subject: [PATCH] Reset iRxState=0 when ihsym is less than 280. --- map65/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index 136784414..41dd30ef9 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -620,6 +620,8 @@ void MainWindow::dataSink(int k) n=0; } + if(ihsym<280) iRxState=0; + if(iRxState==0 and ihsym>=280) { //Early decode, t=52 s iRxState=1; datcom_.newdat=1;