Fix QRP Labs QCX Morse Sending

Before this fix, hamlib used the TS480 protocol for sending morse
which adds a lot of spaces on the end.

The QCX actually uses the Elecraft morse sending protocol so switch it
over to using that.

Tested with QCX Mini firmware v1.09a
pull/1269/head
Nick Craig-Wood 2023-04-09 14:00:25 +01:00
rodzic 748b45b91f
commit 2c283ab47a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -5196,6 +5196,7 @@ int kenwood_send_morse(RIG *rig, vfo_t vfo, const char *msg)
case RIG_MODEL_K3S:
case RIG_MODEL_KX2:
case RIG_MODEL_KX3:
case RIG_MODEL_QRPLABS:
SNPRINTF(morsebuf, sizeof(morsebuf), "KY %s", m2);
break;