Reset iRxState=0 when ihsym is less than 280.

This commit is contained in:
Joe Taylor 2021-07-20 11:32:36 -04:00
parent 27def802a0
commit 1ce78c184a

View File

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