mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
Default settings for JT6M mode are Tol=200, Freeze On, MouseDF=0.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@232 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c1c6b97882
commit
92850a11f1
10
wsjt.py
10
wsjt.py
@ -593,9 +593,12 @@ def ModeJT6M(event=NONE):
|
||||
lsync.configure(text=slabel+str(isync))
|
||||
shmsg.configure(state=DISABLED)
|
||||
cbfreeze.configure(state=NORMAL)
|
||||
itol=5
|
||||
itol=3
|
||||
ltol.configure(text='Tol '+str(ntol[itol]))
|
||||
inctol()
|
||||
nfreeze.set(1)
|
||||
ntx.set(1)
|
||||
Audio.gcom2.mousedf=0
|
||||
GenStdMsgs()
|
||||
erase()
|
||||
|
||||
@ -936,12 +939,15 @@ def defaults():
|
||||
global slabel,isync,iclip,itol,idsec
|
||||
isync=1
|
||||
if g.mode=="FSK441": isync=2
|
||||
if g.mode=="JT6M": isync=-10
|
||||
lsync.configure(text=slabel+str(isync))
|
||||
iclip=0
|
||||
lclip.configure(text='Clip '+str(iclip))
|
||||
itol=5
|
||||
ltol.configure(text='Tol '+str(ntol[itol]))
|
||||
if g.mode=="JT6M":
|
||||
isync=-10
|
||||
itol=4
|
||||
ltol.configure(text='Tol '+str(ntol[itol]))
|
||||
|
||||
#------------------------------------------------------ delwav
|
||||
def delwav():
|
||||
|
Loading…
Reference in New Issue
Block a user