mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Merge branch 'release-2.5.0'
This commit is contained in:
commit
df3da69d2b
3
NEWS
3
NEWS
@ -13,7 +13,7 @@ Copyright 2001 - 2021 by Joe Taylor, K1JT.
|
||||
|
||||
|
||||
Release: WSJT-X 2.5.0-rc3
|
||||
Jul 3, 2021
|
||||
Jul 5, 2021
|
||||
-------------------------
|
||||
|
||||
Remember that the WSJT-X 2.5.0 package includes MAP65 3.0.0. Changes
|
||||
@ -25,6 +25,7 @@ MAP65:
|
||||
- Translate reported frequencies so that |DF| <= 500 Hz for Q65
|
||||
decodes.
|
||||
- Provide access to Release Notes from the Help menu
|
||||
- Correct the formatting of Q65 messages to livecq
|
||||
|
||||
WSJT-X:
|
||||
- Repair a long standing defect that caused UDP Protocol Heartbeat
|
||||
|
@ -13,7 +13,7 @@ Copyright 2001 - 2021 by Joe Taylor, K1JT.
|
||||
|
||||
|
||||
Release: WSJT-X 2.5.0-rc3
|
||||
Jul 3, 2021
|
||||
Jul 5, 2021
|
||||
-------------------------
|
||||
|
||||
Remember that the WSJT-X 2.5.0 package includes MAP65 3.0.0. Changes
|
||||
@ -25,6 +25,7 @@ MAP65:
|
||||
- Translate reported frequencies so that |DF| <= 500 Hz for Q65
|
||||
decodes.
|
||||
- Provide access to Release Notes from the Help menu
|
||||
- Correct the formatting of Q65 messages to livecq
|
||||
|
||||
WSJT-X:
|
||||
- Repair a long standing defect that caused UDP Protocol Heartbeat
|
||||
|
@ -127,6 +127,8 @@ subroutine display(nkeep,ftol)
|
||||
livecq=line3(k)(6:13)//line3(k)(28:31)//line3(k)(39:45)// &
|
||||
line3(k)(23:27)//line3(k)(35:38)//line3(k)(46:70)// &
|
||||
line3(k)(73:77)
|
||||
if(livecq(56:56).eq.':') livecq(56:58)=' '//livecq(56:57)
|
||||
print*,'= ',trim(livecq)
|
||||
if(index(livecq,' CQ ').gt.0 .or. index(livecq,' QRZ ').gt.0 .or. &
|
||||
index(livecq,' QRT ').gt.0 .or. index(livecq,' CQV ').gt.0 .or. &
|
||||
index(livecq,' CQH ').gt.0) write(19,1029) livecq
|
||||
|
@ -12,7 +12,7 @@ program mapsim
|
||||
logical bq65
|
||||
character msg0*22,message*22,msgsent*22,arg*8,fname*11,mode*2
|
||||
character*16 msg_list(60)
|
||||
data ilist/0/,msg_list/ &
|
||||
data msg_list/ &
|
||||
'W1AAA K2BBB EM00','W2CCC K3DDD EM01','W3EEE K4FFF EM02', &
|
||||
'W5GGG K6HHH EM03','W7III K8JJJ EM04','W9KKK K0LLL EM05', &
|
||||
'G0MMM F1NNN JN06','G2OOO F3PPP JN07','G4QQQ F5RRR JN08', &
|
||||
@ -91,6 +91,7 @@ program mapsim
|
||||
1000 format('File N Mode DT freq pol fDop SNR Message'/68('-'))
|
||||
|
||||
do ifile=1,nfiles
|
||||
ilist=0
|
||||
nmin=ifile-1
|
||||
if(mode(2:2).eq.' ') nmin=2*nmin
|
||||
write(fname,1002) nmin !Create the output filenames
|
||||
|
Loading…
Reference in New Issue
Block a user