Mike Black W9MDB 2021-11-10 17:49:49 -06:00
rodzic 782e39eb33
commit 4c530dc578
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -2698,11 +2698,6 @@ int k4_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt)
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
if (!ptt)
{
return -RIG_EINVAL;
}
snprintf(cmd, sizeof(cmd), "TX0");
if (ptt) cmd[2] = '1';
retval = kenwood_transaction(rig, cmd, NULL, 0);