kopia lustrzana https://github.com/Hamlib/Hamlib
Fix newcat_set_tx_vfo to use 2/3 instead of 0/1 -- need to check all other Yaesu rigs
https://github.com/Hamlib/Hamlib/issues/838pull/875/head
rodzic
c1c549cbf3
commit
544fcf7194
|
@ -6849,12 +6849,12 @@ int newcat_set_tx_vfo(RIG *rig, vfo_t tx_vfo)
|
|||
{
|
||||
case RIG_VFO_A:
|
||||
case RIG_VFO_MAIN:
|
||||
p1 = '0';
|
||||
p1 = '2';
|
||||
break;
|
||||
|
||||
case RIG_VFO_B:
|
||||
case RIG_VFO_SUB:
|
||||
p1 = '1';
|
||||
p1 = '3';
|
||||
break;
|
||||
|
||||
case RIG_VFO_MEM:
|
||||
|
|
Ładowanie…
Reference in New Issue