mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -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);
|
ui->sbSubmode->setMaximum(3);
|
||||||
m_wideGraph->setMode(m_mode);
|
m_wideGraph->setMode(m_mode);
|
||||||
m_wideGraph->setModeTx(m_modeTx);
|
m_wideGraph->setModeTx(m_modeTx);
|
||||||
|
m_wideGraph->setPeriod(m_TRperiod,6912);
|
||||||
switch_mode (Modes::FST240W);
|
switch_mode (Modes::FST240W);
|
||||||
statusChanged();
|
statusChanged();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user