Fix FTDX5000 EX0331 command

pull/1102/head
Mike Black W9MDB 2022-07-29 17:18:51 -05:00
rodzic 64e226045a
commit 3880128370
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -600,7 +600,7 @@ int newcat_open(RIG *rig)
{ {
int err; int err;
// set the CAT TIME OUT TIMER to 100ms // set the CAT TIME OUT TIMER to 100ms
SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "EX0331"); SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "EX0331;");
if (RIG_OK != (err = newcat_set_cmd(rig))) if (RIG_OK != (err = newcat_set_cmd(rig)))
{ {

Wyświetl plik

@ -50,7 +50,7 @@
typedef char ncboolean; typedef char ncboolean;
/* shared function version */ /* shared function version */
#define NEWCAT_VER "20220719" #define NEWCAT_VER "20220729"
/* Hopefully large enough for future use, 128 chars plus '\0' */ /* Hopefully large enough for future use, 128 chars plus '\0' */
#define NEWCAT_DATA_LEN 129 #define NEWCAT_DATA_LEN 129