mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Send FT4 audio frequency to PSK Reporter.
This commit is contained in:
parent
0a12b34ec5
commit
c7a388f740
@ -3341,7 +3341,7 @@ void MainWindow::pskPost (DecodedText const& decodedtext)
|
||||
QString grid;
|
||||
decodedtext.deCallAndGrid(/*out*/deCall,grid);
|
||||
int audioFrequency = decodedtext.frequencyOffset();
|
||||
if(m_mode=="FT8" or m_mode=="MSK144") {
|
||||
if(m_mode=="FT8" or m_mode=="MSK144" or m_mode=="FT4") {
|
||||
audioFrequency=decodedtext.string().mid(16,4).toInt();
|
||||
}
|
||||
int snr = decodedtext.snr();
|
||||
|
Loading…
Reference in New Issue
Block a user