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
This commit is contained in:
Bill Somerville 2017-09-02 23:46:38 +00:00
parent 8cb7950aa3
commit e1bf0ec197
1 changed files with 1 additions and 1 deletions

View File

@ -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