mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-03 18:08:40 -04:00
Slight reduction in snr1 limit after sync_qra65().
This commit is contained in:
parent
7fe18a0a8c
commit
0ce6556611
@ -119,7 +119,7 @@ contains
|
||||
call timer('sync_q65',1)
|
||||
|
||||
irc=-1
|
||||
if(snr1.ge.2.7) then
|
||||
if(snr1.ge.2.5) then
|
||||
jpk0=(xdt+1.0)*6000 !###
|
||||
if(jpk0.lt.0) jpk0=0
|
||||
fac=1.0/32767.0
|
||||
|
Loading…
Reference in New Issue
Block a user