mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 19:08:38 -04:00
Send TRperiod to WideGraph when entering FST240 and FST240W modes.
This commit is contained in:
parent
352b497399
commit
34055d331a
@ -5845,6 +5845,7 @@ void MainWindow::on_actionFST240W_triggered()
|
||||
ui->sbSubmode->setMaximum(3);
|
||||
m_wideGraph->setMode(m_mode);
|
||||
m_wideGraph->setModeTx(m_modeTx);
|
||||
m_wideGraph->setPeriod(m_TRperiod,6912);
|
||||
switch_mode (Modes::FST240W);
|
||||
statusChanged();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user