mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-26 05:15:48 -04:00
Senc correct Tx tone after switching from JT4 to Echo mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5573 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -1980,7 +1980,7 @@ void MainWindow::guiUpdate()
|
||||
m_lastMessageType = m_currentMessageType;
|
||||
}
|
||||
m_currentMessageType = 0;
|
||||
if(m_tune) {
|
||||
if(m_tune or m_mode=="Echo") {
|
||||
itone[0]=0;
|
||||
} else {
|
||||
if(m_modeTx=="JT4") gen4_(message, &ichk , msgsent, const_cast<int *> (itone),
|
||||
|
||||
Reference in New Issue
Block a user