mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Try to make split work when mode=FT8 and V/U/M is selected.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8384 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
39623417cf
commit
0b7c02d2c9
@ -5867,7 +5867,7 @@ 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 ()) {
|
||||
if (m_config.split_mode () && (!m_config.enable_VHF_features () || m_mode="FT8")) {
|
||||
// Don't use XIT for VHF & up
|
||||
m_XIT=(n/500)*500 - 1500;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user