mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 19:08:38 -04:00
Merge branch 'sfox4' of bitbucket.org:k1jt/wsjtx into sfox4
This commit is contained in:
commit
e1446e3ac5
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -8243,7 +8243,7 @@ void MainWindow::setXIT(int n, Frequency base)
|
||||
}
|
||||
if (!base) base = m_freqNominal;
|
||||
m_XIT = 0;
|
||||
if (!m_bSimplex) {
|
||||
if (!(m_bSimplex || (SpecOp::FOX==m_specOp && m_config.superFox()))) {
|
||||
// m_bSimplex is false, so we can use split mode if requested
|
||||
if (m_config.split_mode () && (!m_config.enable_VHF_features () ||
|
||||
m_mode=="FT4" || m_mode == "FT8" || m_mode=="FST4")) {
|
||||
@ -10515,6 +10515,9 @@ void MainWindow::foxGenWaveform(int i,QString fm)
|
||||
if(m_config.superFox()) nfreq=750;
|
||||
ui->decodedTextBrowser2->displayTransmittedText(fm.trimmed(), txModeArg,
|
||||
nfreq,m_bFastMode,m_TRperiod);
|
||||
if (SpecOp::FOX==m_specOp && m_config.superFox() && ui->cbSendMsg->isChecked())
|
||||
ui->decodedTextBrowser2->displayTransmittedText(m_freeTextMsg0, txModeArg,
|
||||
nfreq,m_bFastMode,m_TRperiod);
|
||||
foxcom_.i3bit[i]=0;
|
||||
if(fm.indexOf("<")>0) foxcom_.i3bit[i]=1;
|
||||
strncpy(&foxcom_.cmsg[i][0],fm.toLatin1(),40); //Copy this message into cmsg[i]
|
||||
|
Loading…
Reference in New Issue
Block a user