mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-28 12:22:32 -04:00
Change the MSK144 short-message frame size from 32 to 40 symbols.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6972 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6ab1310bc5
commit
2cf32da1ea
@ -2751,7 +2751,7 @@ void MainWindow::guiUpdate()
|
|||||||
&m_currentMessageType, &m_pchkFile[0], len1, len1, 512);
|
&m_currentMessageType, &m_pchkFile[0], len1, len1, 512);
|
||||||
if(m_restart) {
|
if(m_restart) {
|
||||||
int nsym=144;
|
int nsym=144;
|
||||||
if(itone[32]==-32) nsym=32;
|
if(itone[40]==-40) nsym=40;
|
||||||
m_modulator->set_nsym(nsym);
|
m_modulator->set_nsym(nsym);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user