Send TRperiod to WideGraph when entering FST240 and FST240W modes.

This commit is contained in:
Joe Taylor 2020-07-02 13:48:35 -04:00
parent 352b497399
commit 34055d331a
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}