Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280

This commit is contained in:
Bill Somerville
2020-07-24 16:01:57 +01:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -6987,7 +6987,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;
}