mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 13:42:39 -04:00
Allow WPR-15 Tx audio freq up to 1625 Hz.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7419 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ceb1c6aa0a
commit
05be0614d8
@ -5233,7 +5233,7 @@ void MainWindow::transmitDisplay (bool transmitting)
|
|||||||
ui->pbT2R->setEnabled (QSY_allowed);
|
ui->pbT2R->setEnabled (QSY_allowed);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_mode.startsWith ("WSPR")) {
|
if (m_mode!="WSPR") {
|
||||||
if(m_config.enable_VHF_features ()) {
|
if(m_config.enable_VHF_features ()) {
|
||||||
//### During tests, at least, allow use of Tx Freq spinner with VHF features enabled.
|
//### During tests, at least, allow use of Tx Freq spinner with VHF features enabled.
|
||||||
// used fixed 1000Hz Tx DF for VHF & up QSO modes
|
// used fixed 1000Hz Tx DF for VHF & up QSO modes
|
||||||
|
@ -1665,7 +1665,7 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<number>1400</number>
|
<number>1400</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>1600</number>
|
<number>1625</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="value">
|
<property name="value">
|
||||||
<number>1500</number>
|
<number>1500</number>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user