kopia lustrzana https://github.com/Hamlib/Hamlib
Fix PTT status for multicast
rodzic
7cb10edf20
commit
1f9d3a63d4
|
@ -151,7 +151,7 @@ static int snapshot_serialize_vfo(cJSON *vfo_node, RIG *rig, vfo_t vfo)
|
||||||
|| (split == RIG_SPLIT_ON && vfo != split_vfo);
|
|| (split == RIG_SPLIT_ON && vfo != split_vfo);
|
||||||
is_tx = (split == RIG_SPLIT_OFF && vfo == rig->state.current_vfo)
|
is_tx = (split == RIG_SPLIT_OFF && vfo == rig->state.current_vfo)
|
||||||
|| (split == RIG_SPLIT_ON && vfo == split_vfo);
|
|| (split == RIG_SPLIT_ON && vfo == split_vfo);
|
||||||
ptt = rig->state.cache.ptt;
|
ptt = rig->state.cache.ptt && is_tx;
|
||||||
|
|
||||||
if (is_tx)
|
if (is_tx)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue