mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-27 06:38:44 -05:00
Apply frequency offset to TX frequency.
The frequency offset (transverter offset) was not being applied to the setting of a split TX frequency. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4348 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f91a24b927
commit
ec86773191
@ -1847,6 +1847,7 @@ void Configuration::impl::transceiver_tx_frequency (Frequency f)
|
||||
if (f)
|
||||
{
|
||||
transceiver_offset_ = stations_.offset (f);
|
||||
f += transceiver_offset_;
|
||||
}
|
||||
|
||||
// Rationalise TX VFO mode if we ask for split and are
|
||||
|
Loading…
Reference in New Issue
Block a user