FT8CALL the mode is all uppercase
This commit is contained in:
parent
80767c5dd0
commit
a81f9602a9
@ -8636,7 +8636,7 @@ void MainWindow::processSpots() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
qDebug() << "spotting call to psk reporter" << d.call << d.snr << d.freq;
|
qDebug() << "spotting call to psk reporter" << d.call << d.snr << d.freq;
|
||||||
pskLogReport("FT8Call", d.freq, d.snr, d.call, d.grid);
|
pskLogReport("FT8CALL", d.freq, d.snr, d.call, d.grid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user