Restrict extra 100ms time in k4_set_ptt to PTT_OFF

This commit is contained in:
Mike Black W9MDB 2022-05-06 13:35:04 -05:00
parent 6cc4aefdb0
commit 279bc84dfe

View File

@ -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;
}