Expand the range of allowable values for TxFreq in FST4W.

This commit is contained in:
Joe Taylor 2020-09-13 09:38:39 -04:00
parent ec47811c27
commit 39403c2520
1 changed files with 4 additions and 0 deletions

View File

@ -5931,6 +5931,8 @@ void MainWindow::on_actionFST4W_triggered()
ui->band_hopping_group_box->setChecked(false);
ui->band_hopping_group_box->setVisible(false);
on_sbTR_FST4W_valueChanged (ui->sbTR_FST4W->value ());
ui->WSPRfreqSpinBox->setMinimum(100);
ui->WSPRfreqSpinBox->setMaximum(5000);
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
m_wideGraph->setPeriod(m_TRperiod,6912);
@ -6438,6 +6440,8 @@ void MainWindow::on_actionWSPR_triggered()
setup_status_bar (false);
ui->actionWSPR->setChecked(true);
VHF_features_enabled(false);
ui->WSPRfreqSpinBox->setMinimum(1400);
ui->WSPRfreqSpinBox->setMaximum(1600);
m_wideGraph->setPeriod(m_TRperiod,m_nsps);
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);