kopia lustrzana https://github.com/Hamlib/Hamlib
More testing on Flex problem allow rigctld to continue executing
rodzic
819be74317
commit
774cb9d25c
|
@ -628,9 +628,8 @@ int rigctl_parse(RIG *my_rig, FILE *fin, FILE *fout, char *argv[], int argc,
|
||||||
if (scanfc(fin, "%c", &cmd) < 1)
|
if (scanfc(fin, "%c", &cmd) < 1)
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_WARN, "%s: nothing to scan#1?\n", __func__);
|
rig_debug(RIG_DEBUG_WARN, "%s: nothing to scan#1?\n", __func__);
|
||||||
cmd = 0x0a;
|
cmd = 0x0a; // setting 0x0a as though CR/LF was sent
|
||||||
//return -1;
|
hl_usleep(200*1e6);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Extended response protocol requested with leading '+' on command
|
/* Extended response protocol requested with leading '+' on command
|
||||||
|
|
Ładowanie…
Reference in New Issue