Fix rigctlcom.s IF command for CW Skimmer use and others that might use IF command

pull/1537/head
Mike Black W9MDB 2024-03-29 17:09:38 -05:00
rodzic 55d5f8b64a
commit 00dbd6a6df
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -224,7 +224,7 @@ int main(int argc, char *argv[])
char conf_parms[MAXCONFLEN] = "";
int status;
printf("rigctlcom Version 1.4\n");
printf("rigctlcom Version 1.5\n");
while (1)
{
@ -807,7 +807,7 @@ static int handle_ts2000(void *arg)
char response[64];
char *fmt =
// cppcheck-suppress *
"IF%011"PRIll" %1d%1d%1d%02d%1d%1"PRIll"%1d%1d%1d%1d%02d%1d;";
"IF%011"PRIll"%04d %1d%1d%1d%02d%1d%1"PRIll"%1d%1d%1d%1d%02d%1d;";
if (retval != RIG_OK)
{