Turn off rig split freq mode because there's an undefined function here..
This commit is contained in:
parent
a32fe6a4dc
commit
bc073fee9a
@ -804,9 +804,9 @@ void HamlibTransceiver::do_tx_frequency (Frequency tx, MODE mode, bool no_ignore
|
|||||||
if (UNK != mode)
|
if (UNK != mode)
|
||||||
{
|
{
|
||||||
auto new_mode = map_mode (mode);
|
auto new_mode = map_mode (mode);
|
||||||
TRACE_CAT ("HamlibTransceiver", "rig_set_split_freq_mode freq = " << tx
|
// TRACE_CAT ("HamlibTransceiver", "rig_set_split_freq_mode freq = " << tx
|
||||||
<< " mode = " << rig_strrmode (new_mode));
|
// << " mode = " << rig_strrmode (new_mode));
|
||||||
error_check (rig_set_split_freq_mode (rig_.data (), RIG_VFO_CURR, tx, new_mode, RIG_PASSBAND_NOCHANGE), tr ("setting split TX frequency and mode"));
|
// error_check (rig_set_split_freq_mode (rig_.data (), RIG_VFO_CURR, tx, new_mode, RIG_PASSBAND_NOCHANGE), tr ("setting split TX frequency and mode"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user