mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -04:00
AutoSeq now also accepts MSHV multistream messages when in Hound mode.
This commit is contained in:
parent
9c953d1f2d
commit
a4adfcc149
@ -4167,7 +4167,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
hound_reply ();
|
hound_reply ();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
QStringList w=decodedtext.string().mid(24).split(" ",SkipEmptyParts);
|
QStringList w=decodedtext.string().replace("<","").replace(">","").mid(24).split(" ",SkipEmptyParts); // .replace("<","").replace(">","") is needed for MSHV multistream messages
|
||||||
if(decodedtext.string().contains("/")) w.append(" +00"); //Add a dummy report
|
if(decodedtext.string().contains("/")) w.append(" +00"); //Add a dummy report
|
||||||
if(w.size()>=3) {
|
if(w.size()>=3) {
|
||||||
QString foxCall=w.at(1);
|
QString foxCall=w.at(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user