From 0db2356760faf39e25eb2b50803be1b76cc8e587 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 9 Feb 2018 15:04:31 +0000 Subject: [PATCH] Tweak the "late start" logic. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8486 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index df41d7b9e..ccd01039a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3265,10 +3265,8 @@ void MainWindow::guiUpdate() tx_watchdog (true); // disable transmit } - float fTR=float((nsec%m_TRperiod))/m_TRperiod; - float fTRmax=0.6; - if(m_config.bHound()) fTRmax=0.07; - if(g_iptt==0 and ((m_bTxTime and fTR