mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 22:14:56 -04:00
Minimal solution to activate double-click decodes in narrow frequency range.
This commit is contained in:
@@ -37,6 +37,12 @@ subroutine q65c(itimer)
|
||||
|
||||
datetime(18:20)=':00'
|
||||
npatience=1
|
||||
|
||||
if(newdat.eq.0 .and. nagain.eq.1) then
|
||||
nfa=nint(mousefqso+0.001*mousedf) - 1 !Minimal solution for
|
||||
nfb=nint(mousefqso+0.001*mousedf) + 1 !double-click decodes
|
||||
endif
|
||||
|
||||
call timer('decode0 ',0)
|
||||
call decode0(dd,ss,savg)
|
||||
call timer('decode0 ',1)
|
||||
|
||||
Reference in New Issue
Block a user