mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
Fix comment line in getpfx1.f
Fix Windows PttPort assignment in wsjt.py git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@206 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
b9ec5aab67
commit
33a52a0101
@ -3,7 +3,8 @@
|
|||||||
character callsign*12
|
character callsign*12
|
||||||
character*8 c
|
character*8 c
|
||||||
character addpfx*8
|
character addpfx*8
|
||||||
common/gcom4/addpfx !Can't 'include' *.f90 in *.f
|
C Can't 'include' *.f90 in *.f
|
||||||
|
common/gcom4/addpfx
|
||||||
include 'pfx.f'
|
include 'pfx.f'
|
||||||
|
|
||||||
iz=index(callsign,' ') - 1
|
iz=index(callsign,' ') - 1
|
||||||
|
2
wsjt.py
2
wsjt.py
@ -1512,7 +1512,7 @@ def update():
|
|||||||
Audio.gcom2.nslim2=isync-4
|
Audio.gcom2.nslim2=isync-4
|
||||||
if nosh441.get()==1 and mode.get()=='FSK441': Audio.gcom2.nslim2=99
|
if nosh441.get()==1 and mode.get()=='FSK441': Audio.gcom2.nslim2=99
|
||||||
try:
|
try:
|
||||||
Audio.gcom2.nport=int(options.ComPort.get())
|
Audio.gcom2.nport=int(options.PttPort.get())
|
||||||
except:
|
except:
|
||||||
Audio.gcom2.nport=0
|
Audio.gcom2.nport=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user