mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 02:24:27 -04:00
Allow FST4 to use Split (Rig or Fake it). Set Tx upper freq limit for FST4W to 1600 Hz.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user