Patch from Stephen McCallum for THD72 change to hardware flow

pull/799/head
Mike Black W9MDB 2021-09-14 22:18:35 -05:00
rodzic 1a7a7a5ae7
commit 9b618b6f47
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1632,7 +1632,7 @@ const struct rig_caps thd72a_caps =
.mfg_name = "Kenwood",
.version = TH_VER ".0",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_HANDHELD | RIG_FLAG_APRS | RIG_FLAG_TNC | RIG_FLAG_DXCLUSTER,
.ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_RIG,
@ -1642,7 +1642,7 @@ const struct rig_caps thd72a_caps =
.serial_data_bits = 8,
.serial_stop_bits = 1,
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_XONXOFF,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 0,
.post_write_delay = 0,
.timeout = 300,