mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
Disable FFTs starting at 43 s.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@436 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
8a0b8e4b87
commit
d11395ea89
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
||||
#----------------------------------------------------------------------- MAP65
|
||||
#---------------------------------------------------------------------- MAP65
|
||||
# $Date$ $Revision$
|
||||
#
|
||||
from Tkinter import *
|
||||
|
@ -110,7 +110,7 @@ subroutine recvpkt(iarg)
|
||||
ntx=ntx+transmitting
|
||||
|
||||
nutc=mutc
|
||||
if(mod(nsec,60).eq.43) kk=k !### ??? ###
|
||||
! if(mod(nsec,60).eq.43) kk=k !### ??? ###
|
||||
if(mod(nsec,60).eq.52) then
|
||||
kk=k
|
||||
kbuf=kb
|
||||
|
Loading…
Reference in New Issue
Block a user