mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 19:48:54 -04:00
Don't accept free text 73/RR73 for MSK144.
This commit is contained in:
parent
86c863f288
commit
54709bdcaf
@ -4109,7 +4109,7 @@ void MainWindow::auto_sequence (DecodedText const& message, unsigned start_toler
|
||||
|| message_words.contains (ui->dxCallEntry->text ())
|
||||
|| message_words.contains (Radio::base_callsign (ui->dxCallEntry->text ()))
|
||||
|| message_words.contains ("DE")))
|
||||
|| !message.isStandardMessage ()); // free text 73/RR73
|
||||
|| (!message.isStandardMessage () && m_mode != "MSK144")); // free text 73/RR73 except for MSK
|
||||
|
||||
auto const& w = msg_no_hash.split(" ",SkipEmptyParts);
|
||||
QString w2;
|
||||
|
Loading…
Reference in New Issue
Block a user