mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-23 22:18:33 -05: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
9431912289
commit
05812a279b
@ -2751,7 +2751,7 @@ void MainWindow::guiUpdate()
|
||||
&m_currentMessageType, &m_pchkFile[0], len1, len1, 512);
|
||||
if(m_restart) {
|
||||
int nsym=144;
|
||||
if(itone[32]==-32) nsym=32;
|
||||
if(itone[40]==-40) nsym=40;
|
||||
m_modulator->set_nsym(nsym);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user