From ed19a92e2a358d65fa79688373917e444d1fbeda Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Fri, 20 Sep 2024 15:33:42 +0200 Subject: [PATCH] Revert "Explicitly allow the Fox to transmit after the Tx frequency has been set at least 3 kHz from the main FT8 sub-bands." This reverts commit 8e0df8c0eacca481922aae88ee841913cf3d375a. --- widgets/mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index e44246654..9f6ec2c6a 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 } } }