From b7efe4d26d967ceddf19f5434b4302f472a5dc57 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Tue, 30 Jan 2024 17:50:12 +0100 Subject: [PATCH 1/2] Ensure that any message to MyCall is displayed in the Rx Frequency window when in FT8 Hound mode. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index ced2006ea..639dc174a 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4266,6 +4266,7 @@ void MainWindow::readFromStdout() //readFromStdout } if(m_mode=="Q65" and !bAvgMsg and !decodedtext.string().contains(m_baseCall)) bDisplayRight=false; if((m_mode=="JT4" or m_mode=="Q65" or m_mode=="JT65") and decodedtext.string().contains(m_baseCall) && ui->actionInclude_averaging->isVisible() && !ui->actionInclude_averaging->isChecked()) bDisplayRight=true; + if(m_mode=="FT8" and SpecOp::HOUND==m_specOp && decodedtext0.string().replace("<","").replace(">","").contains(" " + m_baseCall + " ")) bDisplayRight=true; if (bDisplayRight) { // This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg, From 200168fd370295305a2af16a9ed43508bc889a62 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 31 Jan 2024 10:00:12 -0500 Subject: [PATCH 2/2] Reset QMAP's kHzRequested to 0 after the QSY is executed in WSJT-X. --- qmap/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qmap/mainwindow.cpp b/qmap/mainwindow.cpp index 96cc7bcc8..beae30d04 100644 --- a/qmap/mainwindow.cpp +++ b/qmap/mainwindow.cpp @@ -740,6 +740,7 @@ void MainWindow::decoderFinished() { m_startAnother=m_loopall; decodes_.nQDecoderDone=1; + decodes_.kHzRequested=0; if(m_diskData) decodes_.nQDecoderDone=2; mem_qmap.lock(); decodes_.nWDecoderBusy=ipc_wsjtx[3]; //Prevent overwriting values