From b2d6238b63975f47f0d77907d0d05e16a171d113 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 30 Apr 2019 09:38:20 -0400 Subject: [PATCH] Fix a bug that caused FT4 to do WSPR band-hopping. --- widgets/mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index e27f6b881..28823dab8 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4108,8 +4108,7 @@ void MainWindow::stopTx2() on_stopTxButton_clicked (); m_nTx73 = 0; } - if(((m_mode.startsWith("WSPR") and m_ntr==-1) or m_mode=="FT4") and - !m_tuneup) { + if((m_mode.startsWith("WSPR") and m_ntr==-1) and !m_tuneup) { m_wideGraph->setWSPRtransmitted(); WSPR_scheduling (); m_ntr=0;