From 0ce4e8d92e5a91ef9861284cf5f96dac57601a69 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 7 May 2021 10:40:14 -0400 Subject: [PATCH] Correct the faulty definition of Q65 transmission duration in mainwindow.cpp. --- map65/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index 1ea278965..2690cd9d9 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -1458,7 +1458,7 @@ void MainWindow::guiUpdate() double tx1=0.0; double tx2=126.0*4096.0/11025.0 + 1.8; - if(m_modeTx=="Q65") tx2=84.0*6912.0/12000.0 + 1.8; + if(m_modeTx=="Q65") tx2=85.0*7200.0/12000.0 + 1.8; if(!m_txFirst) { tx1 += m_TRperiod;