mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Ignore stations calling in the wrong time slot when in Hound mode.
This commit is contained in:
parent
914c6f3e7b
commit
08866b0d75
@ -4378,6 +4378,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
m_nFoxFreq=decodedtext.string().mid(16,4).toInt();
|
||||
hound_reply ();
|
||||
} else {
|
||||
if (SpecOp::HOUND==m_specOp && (text.mid(4,2).contains("15") or text.mid(4,2).contains("45"))) return; // ignore stations calling in the wrong time slot
|
||||
if (text.contains(" " + m_config.my_callsign() + " " + m_hisCall) && !text.contains("73 ")) processMessage(decodedtext0); // needed for MSHV multistream messages
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user