mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 14:42:25 -04:00
Add FT4 to list of exception modes in controlling use of Split opration. Tnx to JG1APX!
This commit is contained in:
parent
1dc850d351
commit
b03c644f10
@ -7162,8 +7162,8 @@ void MainWindow::setXIT(int n, Frequency base)
|
|||||||
m_XIT = 0;
|
m_XIT = 0;
|
||||||
if (!m_bSimplex) {
|
if (!m_bSimplex) {
|
||||||
// m_bSimplex is false, so we can use split mode if requested
|
// 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=="FST4")) {
|
m_mode=="FT4" || m_mode == "FT8" || m_mode=="FST4")) {
|
||||||
// Don't use XIT for VHF & up
|
// Don't use XIT for VHF & up
|
||||||
m_XIT=(n/500)*500 - 1500;
|
m_XIT=(n/500)*500 - 1500;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user