From 8e0df8c0eacca481922aae88ee841913cf3d375a Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Fri, 20 Sep 2024 14:50:03 +0200 Subject: [PATCH] Explicitly allow the Fox to transmit after the Tx frequency has been set at least 3 kHz from the main FT8 sub-bands. --- widgets/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 9f6ec2c6a..e44246654 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4904,7 +4904,7 @@ void MainWindow::guiUpdate() QVector ft8Freq = {1840000,3573000,7074000,10136000,14074000,18100000,21074000,24915000,28074000,50313000,70154000}; for(int i=0; i 2999) m_bTxTime=true; // allow Tx again } } }