Increased timeout, necessary because of changes in pihpsdr software

pull/296/head
c vw 2020-06-11 17:10:06 +02:00
rodzic 83a0010bfc
commit 1fd4e9434b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ const struct rig_caps pihpsdr_caps =
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 50, /* ms */
.timeout = 50,
.timeout = 500,
.retry = 1,
.has_get_func = PIHPSDR_FUNC_ALL,
.has_set_func = PIHPSDR_FUNC_ALL,