mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-05 23:42:29 -04:00
Minimal solution to activate double-click decodes in narrow frequency range.
This commit is contained in:
parent
042ff589fb
commit
8d0186bd2a
@ -37,6 +37,12 @@ subroutine q65c(itimer)
|
|||||||
|
|
||||||
datetime(18:20)=':00'
|
datetime(18:20)=':00'
|
||||||
npatience=1
|
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 timer('decode0 ',0)
|
||||||
call decode0(dd,ss,savg)
|
call decode0(dd,ss,savg)
|
||||||
call timer('decode0 ',1)
|
call timer('decode0 ',1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user