From f6e3dbb8e9d69a9afb9fdbe202315abdc32b7d92 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 25 Jan 2019 16:52:38 -0500 Subject: [PATCH] Increase the FT2 Tx duration timer from 2200 to 2500 ms. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 85099122e..13cc34e1e 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -8715,7 +8715,7 @@ void MainWindow::ft2_tx(int ntx) m_tx_when_ready = true; qint64 ms=QDateTime::currentMSecsSinceEpoch(); m_modulator->set_ms0(ms); - FT2_TxTimer.start(2200); //Slightly more than FT2 transmission length + FT2_TxTimer.start(2500); //Slightly more than FT2 transmission length if (g_iptt == 1 && m_iptt0 == 0) { auto const& current_message = QString::fromLatin1 (msgsent);