FT8CALL the mode is all uppercase

This commit is contained in:
Jordan Sherer 2018-08-06 16:22:16 -04:00
parent 80767c5dd0
commit a81f9602a9

View File

@ -8636,7 +8636,7 @@ void MainWindow::processSpots() {
continue;
}
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);
}
}