mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0
This commit is contained in:
commit
2088ad8597
@ -2,7 +2,7 @@
|
||||
|
||||
[[FIG_BAND_SETTINGS]]
|
||||
|
||||
_By default, the *Working Frequencies* table contains a list of
|
||||
By default, the *Working Frequencies* table contains a list of
|
||||
frequencies conventionally used for modes FT8, JT4, JT9, JT65, MSK144,
|
||||
WSPR, and Echo. Conventions may change with time or by user
|
||||
preference; you can modify the frequency table as desired.
|
||||
|
@ -3,7 +3,7 @@
|
||||
[[FigTxMacros]]
|
||||
|
||||
*Tx Macros* are an aid for sending brief, frequently used free-text
|
||||
messages such as the examples shown above.
|
||||
messages such as the examples shown below.
|
||||
|
||||
image::tx-macros.png[align="center",alt="Tx Macros Screen"]
|
||||
|
||||
|
@ -135,6 +135,7 @@ contains
|
||||
do ipass=1,npass
|
||||
newdat=.true.
|
||||
syncmin=1.3
|
||||
if(ndepth.le.2) syncmin=1.6
|
||||
if(ipass.eq.1) then
|
||||
lsubtract=.true.
|
||||
ndeep=ndepth
|
||||
|
@ -921,7 +921,8 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
||||
set_mode (m_mode);
|
||||
if(m_mode=="Echo") monitor(false); //Don't auto-start Monitor in Echo mode.
|
||||
|
||||
ui->sbSubmode->setValue (vhf ? m_nSubMode : 0);
|
||||
ui->sbSubmode->setValue (vhf ? m_nSubMode : 0); //Submodes require VHF features
|
||||
if(m_mode=="ISCAT" and !vhf) mode_label.setText("ISCAT A");
|
||||
if(m_mode=="MSK144") {
|
||||
Q_EMIT transmitFrequency (1000.0);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user