Updated PiHPSDR backend defaults

astyle-formatting
Jae Stutzman 2017-01-24 21:55:26 -06:00 zatwierdzone przez Nate Bargmann
rodzic 230430c4e9
commit a8af27a8ce
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -107,8 +107,8 @@ const struct rig_caps pihpsdr_caps = {
.port_type = RIG_PORT_NETWORK,
.write_delay = 0,
.post_write_delay = 50, /* ms */
.timeout = 200,
.retry = 10,
.timeout = 0,
.retry = 0,
.has_get_func = PIHPSDR_FUNC_ALL,
.has_set_func = PIHPSDR_FUNC_ALL,
.has_get_level = PIHPSDR_LEVEL_ALL,