mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05: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;
|
||||
}
|
||||
|
||||
if(ihsym<280) iRxState=0;
|
||||
|
||||
if(iRxState==0 and ihsym>=280) { //Early decode, t=52 s
|
||||
iRxState=1;
|
||||
datcom_.newdat=1;
|
||||
|
Loading…
Reference in New Issue
Block a user