Move the red goal post appropriately when FST240 or FSt240W mode is selected.

This commit is contained in:
Joe Taylor 2020-07-17 12:00:15 -04:00
parent 5b705d54d2
commit 64dc6c6a6e

View File

@ -5843,6 +5843,7 @@ void MainWindow::on_actionFST240_triggered()
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
m_wideGraph->setPeriod(m_TRperiod,6912);
m_wideGraph->setTxFreq(ui->TxFreqSpinBox->value());
switch_mode (Modes::FST240);
m_wideGraph->setMode(m_mode);
statusChanged();
@ -5868,6 +5869,7 @@ void MainWindow::on_actionFST240W_triggered()
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
m_wideGraph->setPeriod(m_TRperiod,6912);
m_wideGraph->setTxFreq(ui->WSPRfreqSpinBox->value());
ui->sbFtol->setValue(100);
ui->RxFreqSpinBox->setValue(1500);
switch_mode (Modes::FST240W);