Increase the FT2 Tx duration timer from 2200 to 2500 ms.

This commit is contained in:
Joe Taylor 2019-01-25 16:52:38 -05:00
parent 5efa28164c
commit f6e3dbb8e9

View File

@ -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);