mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 13:12:30 -04:00
Change wsjtx_dir from '\.' to './' for Linux. Does this still work in Windows?
This commit is contained in:
parent
a90b938a6d
commit
8024c6a4c3
@ -17,7 +17,7 @@ subroutine gen_q65_wave(msg,ntxfreq,mode65,msgsent,iwave,nwave)
|
|||||||
data twopi/6.283185307179586476d0/
|
data twopi/6.283185307179586476d0/
|
||||||
save
|
save
|
||||||
|
|
||||||
wsjtx_dir='.\'
|
wsjtx_dir='./'
|
||||||
msgsent=msg
|
msgsent=msg
|
||||||
! 1 2 3 4 5
|
! 1 2 3 4 5
|
||||||
! 12345678901234567890123456789012345678901234567890123456789012345
|
! 12345678901234567890123456789012345678901234567890123456789012345
|
||||||
|
@ -23,7 +23,7 @@ subroutine q65b(nutc,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol, &
|
|||||||
character*80 wsjtx_dir
|
character*80 wsjtx_dir
|
||||||
common/cacb/ca,cb
|
common/cacb/ca,cb
|
||||||
save
|
save
|
||||||
wsjtx_dir='.\'
|
wsjtx_dir='./'
|
||||||
|
|
||||||
mycall='K1JT'
|
mycall='K1JT'
|
||||||
hiscall='IV3NWV'
|
hiscall='IV3NWV'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user