Fix PTT status for multicast

pull/1426/head
Mike Black W9MDB 2023-11-09 11:26:56 -06:00
rodzic 7cb10edf20
commit 1f9d3a63d4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -151,7 +151,7 @@ static int snapshot_serialize_vfo(cJSON *vfo_node, RIG *rig, vfo_t vfo)
|| (split == RIG_SPLIT_ON && vfo != split_vfo);
is_tx = (split == RIG_SPLIT_OFF && vfo == rig->state.current_vfo)
|| (split == RIG_SPLIT_ON && vfo == split_vfo);
ptt = rig->state.cache.ptt;
ptt = rig->state.cache.ptt && is_tx;
if (is_tx)
{