kopia lustrzana https://github.com/Hamlib/Hamlib
When Yaeus rigs are split and tx is on VFOA then turning split off will remain on VFOB tx/rx
https://github.com/Hamlib/Hamlib/issues/1100pull/1106/head
rodzic
95126fd350
commit
2275bf51f8
|
@ -7531,6 +7531,8 @@ int newcat_set_tx_vfo(RIG *rig, vfo_t tx_vfo)
|
||||||
{
|
{
|
||||||
HAMLIB_TRACE;
|
HAMLIB_TRACE;
|
||||||
p1 = p1 + 2; /* use non-Toggle commands */
|
p1 = p1 + 2; /* use non-Toggle commands */
|
||||||
|
// If VFOB is active then we change VFOB with FT3 instead of VFOA
|
||||||
|
if (rig->state.current_vfo == RIG_VFO_B) p1++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_ftdx101d || is_ftdx101mp)
|
if (is_ftdx101d || is_ftdx101mp)
|
||||||
|
|
Ładowanie…
Reference in New Issue