Fixed #193: prepare spotting should happen when processing spots

This commit is contained in:
Jordan Sherer 2019-07-16 11:06:53 -04:00
parent eb3bc0f1f5
commit 5ba0ee48d2

View File

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