mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05: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
ed80f240e9
commit
fdad9be46d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user