mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Increase the FT2 Tx duration timer from 2200 to 2500 ms.
This commit is contained in:
parent
5efa28164c
commit
f6e3dbb8e9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user