pull/649/head
Mike Black W9MDB 2021-03-31 22:17:09 -05:00
commit 42c842c1a5
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -129,7 +129,7 @@ const struct rig_caps flrig_caps =
.port_type = RIG_PORT_NETWORK,
.write_delay = 0,
.post_write_delay = 0,
.timeout = 1000,
.timeout = 2000,
.retry = 2,
.has_get_func = RIG_FUNC_NONE,

Wyświetl plik

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