Reduce late start to 25%

This commit is contained in:
Jordan Sherer 2018-10-23 02:26:19 -04:00
parent 67386a09c7
commit 0064176736

View File

@ -4128,7 +4128,7 @@ void MainWindow::guiUpdate()
// TODO: stop // TODO: stop
if(msgLength==0 and !m_tune) on_stopTxButton_clicked(); 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 fTR<lateThreshold and msgLength>0) or m_tune)) { if(g_iptt==0 and ((m_bTxTime and fTR<lateThreshold and msgLength>0) or m_tune)) {
//### Allow late starts //### Allow late starts
icw[0]=m_ncw; icw[0]=m_ncw;