mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 00:41:19 -05:00
Merge branch 'release-2.5.0' of bitbucket.org:k1jt/wsjtx into release-2.5.0
This commit is contained in:
commit
e4144b7e19
@ -6,7 +6,7 @@
|
||||
|
||||
.Open a Wave File:
|
||||
|
||||
- Select *File | Open* and navigate to
|
||||
- Select *File | Open log directory* and navigate to
|
||||
+...\save\samples\FT8\210703_133430.wav+. The waterfall and Band
|
||||
Activity/Rx Frequency windows should look something like the following screen shots:
|
||||
|
||||
@ -67,7 +67,8 @@ station.
|
||||
|
||||
** You can modify the double-click behavior by holding down the
|
||||
*Shift* key to move only the Tx frequency or the *Ctrl* key to move
|
||||
both Rx and Tx frequencies.
|
||||
both Rx and Tx frequencies. (On a Mac computer, use the *command* key
|
||||
instead of *Ctrl*).
|
||||
|
||||
** In addition, if *Double-click on call sets Tx enable* is checked on the
|
||||
*Settings | General* tab then *Enable Tx* will be activated
|
||||
|
@ -131,7 +131,8 @@ contains
|
||||
endif
|
||||
ifa=nfa
|
||||
ifb=nfb
|
||||
if(nzhsym.eq.50 .and. nagain) then
|
||||
! if(nzhsym.eq.50 .and. nagain) then
|
||||
if(nagain) then
|
||||
dd=iwave
|
||||
ifa=nfqso-20
|
||||
ifb=nfqso+20
|
||||
|
@ -1,6 +1,6 @@
|
||||
set (SAMPLE_FILES
|
||||
FT4/000000_000002.wav
|
||||
FT8/181201_180245.wav
|
||||
FT8/210703_133430.wav
|
||||
FST4+FST4W/210115_0058.wav
|
||||
FST4+FST4W/201230_0300.wav
|
||||
MSK144/181211_120500.wav
|
||||
|
Loading…
Reference in New Issue
Block a user