Let flrig use 5 second timeout from rig instead of overriding it

pull/520/head
Michael Black W9MDB 2021-01-28 12:24:22 -06:00
rodzic 7b04640cea
commit 4b41c0dbfc
2 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -404,8 +404,6 @@ static int read_transaction(RIG *rig, char *xml, int xml_len)
rig_debug(RIG_DEBUG_TRACE, "%s\n", __func__);
rs->rigport.timeout = 1000; // 1 second read string timeout
retry = 2;
delims = "\n";
xml[0] = 0;

Wyświetl plik

@ -28,7 +28,7 @@
#include <sys/time.h>
#endif
#define BACKEND_VER "20210123"
#define BACKEND_VER "20210128"
#define EOM "\r"
#define TRUE 1