mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 13:12:30 -04:00
Fix an incorrect constant.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7688 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
58abe64b6f
commit
d5f3b7d366
@ -5403,7 +5403,8 @@ void MainWindow::transmit (double snr)
|
|||||||
m_TRperiod);
|
m_TRperiod);
|
||||||
}
|
}
|
||||||
if (m_mode=="WSPR-LF") {
|
if (m_mode=="WSPR-LF") {
|
||||||
Q_EMIT sendMessage (NUM_WSPR_LF_SYMBOLS, 8640.0,
|
qDebug() << "a" << m_toneSpacing;
|
||||||
|
Q_EMIT sendMessage (NUM_WSPR_LF_SYMBOLS, 24576.0,
|
||||||
ui->TxFreqSpinBox->value(),
|
ui->TxFreqSpinBox->value(),
|
||||||
m_toneSpacing, m_soundOutput,
|
m_toneSpacing, m_soundOutput,
|
||||||
m_config.audio_output_channel(),true, false, snr,
|
m_config.audio_output_channel(),true, false, snr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user