Auto-sequences QSOs with EU VHF Contest messages now work OK.

This commit is contained in:
Joe Taylor 2020-04-22 13:08:45 -04:00
parent 47f47a313f
commit 185901e518
1 changed files with 1 additions and 1 deletions

View File

@ -3374,7 +3374,7 @@ void MainWindow::auto_sequence (DecodedText const& message, unsigned start_toler
if(w2=="R") nrpt=w.at(3).toInt();
}
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);
}
if (m_auto