From e1bf0ec197ce5d32c2dcd2c88dc0b0ffc964a091 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 2 Sep 2017 23:46:38 +0000 Subject: [PATCH] Stop Tx rather than just disable auto Tx on failed auto_sequence Slower decodes may mean that confirmation that a called station is working another station arrives after start of Tx. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8071 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 5fa713602..865bcfce5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2811,7 +2811,7 @@ void MainWindow::auto_sequence (DecodedText const& message, unsigned start_toler && !message_words.at (1).contains (QRegularExpression {"(^(CQ|QRZ))|" + m_baseCall}) && message_words.at (2).contains (Radio::base_callsign (ui->dxCallEntry->text ()))) { // auto stop to avoid accidental QRM - auto_tx_mode (false); + ui->stopTxButton->click (); // halt any transmission } else if (m_auto // transmit allowed && ui->cbAutoSeq->isVisible () && ui->cbAutoSeq->isChecked() // auto-sequencing allowed