From eb1c60e4544fede13ec165c248b84ed4cc3e4aee Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 1 Jul 2020 13:17:07 -0400 Subject: [PATCH] Remove several more vestiges of WSPR-LF mode. --- widgets/mainwindow.cpp | 3 +-- widgets/mainwindow.ui | 17 ----------------- widgets/plotter.cpp | 8 ++++---- 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index ef5da51f2..d6d191f08 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -1564,7 +1564,6 @@ void MainWindow::dataSink(qint64 frames) void MainWindow::startP1() { - // if(WSPR-LF) ... was here p1.start (QDir::toNativeSeparators (QDir {QApplication::applicationDirPath ()}.absoluteFilePath ("wsprd")), m_cmndP1); } @@ -7959,7 +7958,7 @@ void MainWindow::WSPR_scheduling () band_hopping_label.setText (hop_data.period_name_); } else { - m_WSPR_tx_next = m_WSPR_band_hopping.next_is_tx ("WSPR-LF" == m_mode); + m_WSPR_tx_next = m_WSPR_band_hopping.next_is_tx(m_mode=="FST240W"); } } diff --git a/widgets/mainwindow.ui b/widgets/mainwindow.ui index 2f2704c65..6bc4ad595 100644 --- a/widgets/mainwindow.ui +++ b/widgets/mainwindow.ui @@ -3385,23 +3385,6 @@ list. The list can be maintained in Settings (F2). Equalization tools ... - - - true - - - false - - - WSPR-LF - - - Experimental LF/MF mode - - - false - - true diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index 26f412448..41bf173fe 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -481,10 +481,10 @@ void CPlotter::DrawOverlay() //DrawOverlay() painter0.drawLine(x1,29,x2,29); } - if(m_mode=="WSPR-LF") { - x1=XfromFreq(1600); - x2=XfromFreq(1700); - painter0.drawLine(x1,29,x2,29); + if(m_mode=="FST240W") { + x1=XfromFreq(2600); + x2=XfromFreq(2700); + painter0.drawLine(x1,26,x2,26); } if(m_mode=="FreqCal") { //FreqCal