mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
FST240W should always set RxFreq=1500 and FTol=100.
This commit is contained in:
parent
34055d331a
commit
8b2b1eb378
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user