diff --git a/lib/fst240_decode.f90 b/lib/fst240_decode.f90 index 6820e8a16..8fca098e6 100644 --- a/lib/fst240_decode.f90 +++ b/lib/fst240_decode.f90 @@ -80,7 +80,6 @@ contains this%callback => callback - print*,'AAA',iwspr,ndepth dxcall13=hiscall ! initialize for use in packjt77 mycall13=mycall diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 42d839c14..398ae24fc 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5821,6 +5821,7 @@ void MainWindow::on_actionFST240_triggered() ui->cbAutoSeq->setChecked(true); m_wideGraph->setMode(m_mode); m_wideGraph->setModeTx(m_modeTx); + m_wideGraph->setPeriod(m_TRperiod,6912); switch_mode (Modes::FST240); m_wideGraph->setMode(m_mode); statusChanged();