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:
Joe Taylor 2017-05-18 02:21:39 +00:00
parent ed80f240e9
commit fdad9be46d
1 changed files with 2 additions and 1 deletions

View File

@ -5403,7 +5403,8 @@ void MainWindow::transmit (double snr)
m_TRperiod);
}
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(),
m_toneSpacing, m_soundOutput,
m_config.audio_output_channel(),true, false, snr,