Fix AutoSeq for the hound mode.

This commit is contained in:
Uwe Risse 2023-03-19 21:00:50 +01:00
parent 69f9c1f95d
commit c249d1fe7b

View File

@ -4206,6 +4206,7 @@ void MainWindow::readFromStdout() //readFromStdout
m_rptRcvd=w.at(2);
m_rptSent=decodedtext.string().mid(7,3);
m_nFoxFreq=decodedtext.string().mid(16,4).toInt();
hound_reply ();
} else {
if (text.contains(m_config.my_callsign() + " " + m_hisCall) && !text.contains("73 ")) processMessage(decodedtext0); // needed for MSHV multistream messages
}