mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-07 17:46:04 -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$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -110,7 +110,7 @@ subroutine recvpkt(iarg)
|
|||||||
ntx=ntx+transmitting
|
ntx=ntx+transmitting
|
||||||
|
|
||||||
nutc=mutc
|
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
|
if(mod(nsec,60).eq.52) then
|
||||||
kk=k
|
kk=k
|
||||||
kbuf=kb
|
kbuf=kb
|
||||||
|
Loading…
Reference in New Issue
Block a user