Fixed #193: prepare spotting should happen when processing spots
This commit is contained in:
+1
-3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user