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:
Joe Taylor 2016-07-30 02:06:18 +00:00
parent 9431912289
commit 05812a279b

View File

@ -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);
}
}