kopia lustrzana https://github.com/Hamlib/Hamlib
Fix reverse split for Yaeus VFO_SUB rigs
https://github.com/Hamlib/Hamlib/issues/1103pull/1354/head
rodzic
d9b1cfb404
commit
801d34e3fb
|
@ -7884,7 +7884,7 @@ int newcat_set_tx_vfo(RIG *rig, vfo_t tx_vfo)
|
||||||
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 VFOB is active then we change VFOB with FT3 instead of VFOA
|
||||||
if (rig->state.current_vfo == RIG_VFO_B) { p1++; }
|
if (rig->state.current_vfo == RIG_VFO_B || rig->state.current_vfo == RIG_VFO_SUB) { p1++; }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_ftdx101d || is_ftdx101mp)
|
if (is_ftdx101d || is_ftdx101mp)
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
typedef char ncboolean;
|
typedef char ncboolean;
|
||||||
|
|
||||||
/* shared function version */
|
/* shared function version */
|
||||||
#define NEWCAT_VER "20230724"
|
#define NEWCAT_VER "20230731"
|
||||||
|
|
||||||
/* Hopefully large enough for future use, 128 chars plus '\0' */
|
/* Hopefully large enough for future use, 128 chars plus '\0' */
|
||||||
#define NEWCAT_DATA_LEN 129
|
#define NEWCAT_DATA_LEN 129
|
||||||
|
|
Ładowanie…
Reference in New Issue