Increase timeout for pihpsdr.c due to changes in rigpi software

pull/345/head
Michael Black W9MDB 2020-06-11 23:50:00 -05:00
rodzic 7bed7423f5
commit c1b9f254ab
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,