From 3b1e9c1e6c471d4e89774e3d8d03eeed7c89837c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 16 Dec 2016 16:25:07 +0000 Subject: [PATCH] Extend the Rx period in QRA64 mode to 53.5 s; an improved label on Settings -> General tab. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7385 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Configuration.ui | 8 ++++---- mainwindow.cpp | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Configuration.ui b/Configuration.ui index 2022a2c8d..6464934e2 100644 --- a/Configuration.ui +++ b/Configuration.ui @@ -272,7 +272,7 @@ - Decode at t = 52 s + Decode after EME delay @@ -2582,12 +2582,12 @@ soundcard changes - + + + - - diff --git a/mainwindow.cpp b/mainwindow.cpp index 932e066bc..301692501 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1063,6 +1063,7 @@ void MainWindow::fixStop() if(m_config.decode_at_52s()) m_hsymStop=179; } else if (m_mode=="QRA64"){ m_hsymStop=179; + if(m_config.decode_at_52s()) m_hsymStop=186; } }