Disable Tx after sending 73 in MSK144 mode. (Bad idea?)

This commit is contained in:
Joe Taylor 2018-07-11 14:50:39 -04:00
parent 542f85694c
commit 54a52cf5a6
1 changed files with 1 additions and 2 deletions

View File

@ -3562,8 +3562,7 @@ void MainWindow::guiUpdate()
}
}
// bool b=(m_mode=="FT8") and ui->cbAutoSeq->isChecked() and ui->cbFirst->isChecked();
bool b=(m_mode=="FT8") and ui->cbAutoSeq->isChecked();
bool b=(m_mode=="FT8" or m_mode=="MSK144") and ui->cbAutoSeq->isChecked();
if(is_73 and (m_config.disable_TX_on_73() or b)) {
auto_tx_mode (false);
if(b) {