From 5ba0ee48d2f802c91cb4b14042ab7bd295a64aaa Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 16 Jul 2019 11:06:53 -0400 Subject: [PATCH] Fixed #193: prepare spotting should happen when processing spots --- mainwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 3a70f0a..11d5a0a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -11272,9 +11272,7 @@ void MainWindow::processSpots() { auto dial = dialFrequency(); // Process spots to be sent... - spotSetLocal(); - pskSetLocal(); - aprsSetLocal(); + prepareSpotting(); while(!m_rxCallQueue.isEmpty()){ CallDetail d = m_rxCallQueue.dequeue();