mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 05:02:26 -04:00
Fox Tx freq must be adjusted for value of m_XIT.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8638 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
cfcec4d02f
commit
648b77072a
@ -7714,7 +7714,7 @@ list2Done:
|
|||||||
Transmit:
|
Transmit:
|
||||||
foxcom_.nslots=islot;
|
foxcom_.nslots=islot;
|
||||||
foxcom_.nfreq=ui->TxFreqSpinBox->value();
|
foxcom_.nfreq=ui->TxFreqSpinBox->value();
|
||||||
if(m_config.split_mode()) foxcom_.nfreq = foxcom_.nfreq + 1500; //Fox Tx freq
|
if(m_config.split_mode()) foxcom_.nfreq = foxcom_.nfreq - m_XIT; //Fox Tx freq
|
||||||
QString foxCall=m_config.my_callsign() + " ";
|
QString foxCall=m_config.my_callsign() + " ";
|
||||||
strncpy(&foxcom_.mycall[0], foxCall.toLatin1(),12); //Copy Fox callsign into foxcom_
|
strncpy(&foxcom_.mycall[0], foxCall.toLatin1(),12); //Copy Fox callsign into foxcom_
|
||||||
foxgen_();
|
foxgen_();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user