mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -04:00
Post single-transmission Q65 decodes to the left panel.
This commit is contained in:
parent
e8ba69099a
commit
f55ac6741b
@ -3480,7 +3480,8 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
//Right (Rx Frequency) window
|
//Right (Rx Frequency) window
|
||||||
bool bDisplayRight=bAvgMsg;
|
bool bDisplayRight=bAvgMsg;
|
||||||
int audioFreq=decodedtext.frequencyOffset();
|
int audioFreq=decodedtext.frequencyOffset();
|
||||||
if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="FST4" or m_mode=="Q65") {
|
// if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="FST4" or m_mode=="Q65") {
|
||||||
|
if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="FST4") {
|
||||||
int ftol=10;
|
int ftol=10;
|
||||||
if(m_mode=="Q65") ftol=ui->sbFtol->value();
|
if(m_mode=="Q65") ftol=ui->sbFtol->value();
|
||||||
auto const& parts = decodedtext.string().remove("<").remove(">")
|
auto const& parts = decodedtext.string().remove("<").remove(">")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user