Fixed #193: prepare spotting should happen when processing spots
This commit is contained in:
parent
eb3bc0f1f5
commit
5ba0ee48d2
@ -11272,9 +11272,7 @@ void MainWindow::processSpots() {
|
|||||||
auto dial = dialFrequency();
|
auto dial = dialFrequency();
|
||||||
|
|
||||||
// Process spots to be sent...
|
// Process spots to be sent...
|
||||||
spotSetLocal();
|
prepareSpotting();
|
||||||
pskSetLocal();
|
|
||||||
aprsSetLocal();
|
|
||||||
|
|
||||||
while(!m_rxCallQueue.isEmpty()){
|
while(!m_rxCallQueue.isEmpty()){
|
||||||
CallDetail d = m_rxCallQueue.dequeue();
|
CallDetail d = m_rxCallQueue.dequeue();
|
||||||
|
Loading…
Reference in New Issue
Block a user