From a81f9602a9072fac8e302715ae5d85bec6acb3fe Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Mon, 6 Aug 2018 16:22:16 -0400 Subject: [PATCH] FT8CALL the mode is all uppercase --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index cd82ba8..656f177 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -8636,7 +8636,7 @@ void MainWindow::processSpots() { continue; } qDebug() << "spotting call to psk reporter" << d.call << d.snr << d.freq; - pskLogReport("FT8Call", d.freq, d.snr, d.call, d.grid); + pskLogReport("FT8CALL", d.freq, d.snr, d.call, d.grid); } }