mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 06:08:42 -05:00
Correct the value of nsym for sending an MSK144 short message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6979 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
35a5c8e78f
commit
5de024d9ba
@ -4910,7 +4910,7 @@ void MainWindow::transmit (double snr)
|
||||
if(itone[35] < 0) nsym=35;
|
||||
} else {
|
||||
nsym=NUM_MSK144_SYMBOLS;
|
||||
if(itone[32] < 0) nsym=32;
|
||||
if(itone[40] < 0) nsym=40;
|
||||
}
|
||||
Q_EMIT sendMessage (nsym, double(m_nsps), f0, m_toneSpacing,
|
||||
m_soundOutput, m_config.audio_output_channel (),
|
||||
|
Loading…
Reference in New Issue
Block a user