From b073fa055003d95b1cb32583a9b6a5614fd4aef3 Mon Sep 17 00:00:00 2001 From: k9an Date: Sat, 21 Oct 2023 09:56:41 -0500 Subject: [PATCH] Make spot counter work for WSPR. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index a759ded6c..0067f5765 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -8849,6 +8849,7 @@ void MainWindow::p1ReadFromStdout() //p1readFromStdout } killFileTimer.start (45*1000); //Kill in 45s (for slow modes) } + ndecodes_label.setText(QString::number(m_nWSPRdecodes)); m_nWSPRdecodes=0; ui->DecodeButton->setChecked (false); if(m_uploadWSPRSpots && m_config.is_transceiver_online()) { // need working rig control