kopia lustrzana https://github.com/Hamlib/Hamlib
Remove rig_flush from rigctlcom.c -- OmniRig not happy being flushed
https://github.com/Hamlib/Hamlib/issues/273pull/345/head
rodzic
afc6ee76fe
commit
a9d43a1fbe
|
@ -614,7 +614,6 @@ int main(int argc, char *argv[])
|
||||||
char *stop_set = ";\n\r";
|
char *stop_set = ";\n\r";
|
||||||
|
|
||||||
memset(ts2000, 0, sizeof(ts2000));
|
memset(ts2000, 0, sizeof(ts2000));
|
||||||
rig_flush(&my_com); // get rid of anything in the queue
|
|
||||||
|
|
||||||
status = read_string(&my_com,
|
status = read_string(&my_com,
|
||||||
ts2000,
|
ts2000,
|
||||||
|
|
Ładowanie…
Reference in New Issue