For K3 prevent ID; command from K22; command

Remote ops was having a problem with K22;
https://github.com/Hamlib/Hamlib/issues/1254
pull/1255/head
Mike Black W9MDB 2023-03-18 23:40:45 -05:00
rodzic 2adf049084
commit 113cad3ee1
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -348,9 +348,11 @@ transaction_write:
skip |= strncmp(cmdstr, "KYW", 3) == 0;
skip |= strncmp(cmdstr, "PS1", 3) == 0;
skip |= strncmp(cmdstr, "PS0", 3) == 0;
skip |= strncmp(cmdstr, "K22", 3) == 0;
if (skip)
{
hl_usleep(200*1000); // give little settle time for these commands
goto transaction_quit;
}
}

Wyświetl plik

@ -28,7 +28,7 @@
#include "token.h"
#include "idx_builtin.h"
#define BACKEND_VER "20230225"
#define BACKEND_VER "20230318"
#define EOM_KEN ';'
#define EOM_TH '\r'