mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Fix AutoSeq for the hound mode.
This commit is contained in:
parent
69f9c1f95d
commit
c249d1fe7b
@ -4206,6 +4206,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
m_rptRcvd=w.at(2);
|
m_rptRcvd=w.at(2);
|
||||||
m_rptSent=decodedtext.string().mid(7,3);
|
m_rptSent=decodedtext.string().mid(7,3);
|
||||||
m_nFoxFreq=decodedtext.string().mid(16,4).toInt();
|
m_nFoxFreq=decodedtext.string().mid(16,4).toInt();
|
||||||
|
hound_reply ();
|
||||||
} else {
|
} else {
|
||||||
if (text.contains(m_config.my_callsign() + " " + m_hisCall) && !text.contains("73 ")) processMessage(decodedtext0); // needed for MSHV multistream messages
|
if (text.contains(m_config.my_callsign() + " " + m_hisCall) && !text.contains("73 ")) processMessage(decodedtext0); // needed for MSHV multistream messages
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user