Fix the other TS570 model too

This commit is contained in:
Mike Black W9MDB 2024-09-12 09:07:23 -05:00
parent 0eca80281f
commit c58d46cfbe

View File

@ -1100,7 +1100,7 @@ struct rig_caps ts570d_caps =
.serial_data_bits = 8,
.serial_stop_bits = 1,
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 0,
.post_write_delay = 30,
.timeout = 500,