kopia lustrzana https://github.com/Hamlib/Hamlib
Fix rigctlcom.s IF command for CW Skimmer use and others that might use IF command
rodzic
55d5f8b64a
commit
00dbd6a6df
|
@ -224,7 +224,7 @@ int main(int argc, char *argv[])
|
||||||
char conf_parms[MAXCONFLEN] = "";
|
char conf_parms[MAXCONFLEN] = "";
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
printf("rigctlcom Version 1.4\n");
|
printf("rigctlcom Version 1.5\n");
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
@ -807,7 +807,7 @@ static int handle_ts2000(void *arg)
|
||||||
char response[64];
|
char response[64];
|
||||||
char *fmt =
|
char *fmt =
|
||||||
// cppcheck-suppress *
|
// 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)
|
if (retval != RIG_OK)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue