From bafd6e97f4588c240bc3e388baaf637359081b10 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Mon, 19 Oct 2020 12:28:13 -0500 Subject: [PATCH] Add a 200ms to wait_morse to allow previous CW request to assert PTT https://github.com/Hamlib/Hamlib/issues/422 --- src/rig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rig.c b/src/rig.c index 8c1658838..35ff5f9d6 100644 --- a/src/rig.c +++ b/src/rig.c @@ -5134,6 +5134,7 @@ static int wait_morse_ptt(RIG *rig, vfo_t vfo) rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__); + hl_usleep(200*1000); // give little time for CW to start PTT do { rig_debug(RIG_DEBUG_TRACE, "%s: loop#%d until ptt=0, ptt=%d\n", __func__, loops,