Disable wait_morse in send_morse loop -- was causing inter-char delays

pull/1347/head
Mike Black W9MDB 2023-07-19 09:37:12 -05:00
rodzic 2395d37afd
commit 1fdc3f3eaf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8084,7 +8084,7 @@ void *morse_data_handler(void *arg)
rig_debug(RIG_DEBUG_ERR, "%s: error: %s\n", __func__, rigerror(result));
hl_usleep(100 * 1000);
}
wait_morse_ptt(rig, RIG_VFO_CURR);
//wait_morse_ptt(rig, RIG_VFO_CURR);
nloops++;
} while (result != RIG_OK && rig->state.fifo_morse->flush == 0 && --nloops > 0);