Minimal solution to activate double-click decodes in narrow frequency range.

This commit is contained in:
Joe Taylor 2022-12-17 08:28:48 -05:00
parent 042ff589fb
commit 8d0186bd2a

View File

@ -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)