From ab1669b6f29ce9890213bd31c954cf99787604d7 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Sat, 13 Jul 2024 12:19:05 +0200 Subject: [PATCH] Allow spotting of received SuperFox massages to PSK Reporter. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 0f05e7069..a11b67fc0 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4387,7 +4387,7 @@ void MainWindow::readFromStdout() //readFromStdout } //### I think this is where we are preventing Hounds from spotting Fox ### - if(m_mode!="FT8" or (SpecOp::HOUND != m_specOp)) { + if(m_mode!="FT8" or (SpecOp::HOUND != m_specOp) or (SpecOp::HOUND == m_specOp and m_config.superFox())) { if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="Q65" or m_mode=="JT4" or m_mode=="JT65" or m_mode=="JT9" or m_mode=="FST4") { auto_sequence (decodedtext, 25, 50);