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();