Avoid double Tx periods in WSPR modes when changing scheduling basis

This commit is contained in:
Bill Somerville 2020-07-22 18:01:06 +01:00
parent ffd2ad4dc0
commit 51f692d8d4
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 2 additions and 0 deletions

View File

@ -5606,6 +5606,8 @@ void MainWindow::on_tx6_editingFinished() //tx6 edited
void MainWindow::on_RoundRobin_currentTextChanged(QString text)
{
ui->sbTxPercent->setEnabled(text=="Random");
m_WSPR_tx_next = false; // cancel any pending Tx to avoid
// undesirable consecutive Tx periods
}