From c802c60afa49f4a23a43745c365762b557a7aa88 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 24 Jul 2020 10:58:10 -0400 Subject: [PATCH] Allow FST4 to use Split (Rig or Fake it). Set Tx upper freq limit for FST4W to 1600 Hz. --- widgets/mainwindow.cpp | 3 ++- widgets/mainwindow.ui | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 64a80259e..ade829eff 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -6989,7 +6989,8 @@ void MainWindow::setXIT(int n, Frequency base) m_XIT = 0; if (!m_bSimplex) { // m_bSimplex is false, so we can use split mode if requested - if (m_config.split_mode () && (!m_config.enable_VHF_features () || m_mode == "FT8")) { + if (m_config.split_mode () && (!m_config.enable_VHF_features () || m_mode == "FT8" || + m_mode=="FST4")) { // Don't use XIT for VHF & up m_XIT=(n/500)*500 - 1500; } diff --git a/widgets/mainwindow.ui b/widgets/mainwindow.ui index 7dd9f4ab2..c777609b0 100644 --- a/widgets/mainwindow.ui +++ b/widgets/mainwindow.ui @@ -2121,7 +2121,7 @@ list. The list can be maintained in Settings (F2). 1400 - 1700 + 1600 1500