From 006417673643cc3031849bc8a060b3b433c14036 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 23 Oct 2018 02:26:19 -0400 Subject: [PATCH] Reduce late start to 25% --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1183234..bf9cbd6 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4128,7 +4128,7 @@ void MainWindow::guiUpdate() // TODO: stop if(msgLength==0 and !m_tune) on_stopTxButton_clicked(); - float lateThreshold=(12.6/3.0)/15.0; //0.75; + float lateThreshold=(12.6/4.0)/15.0; //0.75; if(g_iptt==0 and ((m_bTxTime and fTR0) or m_tune)) { //### Allow late starts icw[0]=m_ncw;