mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 06:35:17 -04:00
Reset iRxState=0 when ihsym is less than 280.
This commit is contained in:
parent
27def802a0
commit
1ce78c184a
@ -620,6 +620,8 @@ void MainWindow::dataSink(int k)
|
|||||||
n=0;
|
n=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(ihsym<280) iRxState=0;
|
||||||
|
|
||||||
if(iRxState==0 and ihsym>=280) { //Early decode, t=52 s
|
if(iRxState==0 and ihsym>=280) { //Early decode, t=52 s
|
||||||
iRxState=1;
|
iRxState=1;
|
||||||
datcom_.newdat=1;
|
datcom_.newdat=1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user