FST240W should always set RxFreq=1500 and FTol=100.

This commit is contained in:
Joe Taylor 2020-07-02 14:03:00 -04:00
parent 34055d331a
commit 8b2b1eb378
1 changed files with 2 additions and 0 deletions

View File

@ -5846,6 +5846,8 @@ void MainWindow::on_actionFST240W_triggered()
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
m_wideGraph->setPeriod(m_TRperiod,6912);
ui->sbFtol->setValue(100);
ui->RxFreqSpinBox->setValue(1500);
switch_mode (Modes::FST240W);
statusChanged();
}