mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Auto-sequences QSOs with EU VHF Contest messages now work OK.
This commit is contained in:
parent
47f47a313f
commit
185901e518
@ -3374,7 +3374,7 @@ void MainWindow::auto_sequence (DecodedText const& message, unsigned start_toler
|
|||||||
if(w2=="R") nrpt=w.at(3).toInt();
|
if(w2=="R") nrpt=w.at(3).toInt();
|
||||||
}
|
}
|
||||||
bool bEU_VHF=(nrpt>=520001 and nrpt<=594000);
|
bool bEU_VHF=(nrpt>=520001 and nrpt<=594000);
|
||||||
if(bEU_VHF and message.string().contains(m_config.my_callsign() + " ")) {
|
if(bEU_VHF and message.string().contains("<"+m_config.my_callsign() + "> ")) {
|
||||||
m_xRcvd=message.string().trimmed().right(13);
|
m_xRcvd=message.string().trimmed().right(13);
|
||||||
}
|
}
|
||||||
if (m_auto
|
if (m_auto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user