Restrict extra 100ms time in k4_set_ptt to PTT_OFF

pull/1022/head
Mike Black W9MDB 2022-05-06 13:35:04 -05:00
rodzic 6cc4aefdb0
commit 279bc84dfe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2753,7 +2753,7 @@ int k4_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt)
}
}
// had one report of Fake It not returning to RX freq after TX -- so a little more time for the K4
hl_usleep(100 * 1000);
if (ptt = RIG_PTT_OFF) hl_usleep(100 * 1000);
return RIG_OK;
}