Change civ_731 back to 0 for ic706 rigs

Will have to open another bug report for the channel problem with this
https://github.com/Hamlib/Hamlib/issues/294
pull/296/head
Michael Black W9MDB 2020-06-11 08:30:25 -05:00
rodzic b910fa0c58
commit 83a0010bfc
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -141,7 +141,7 @@ static int ic706_r2i_mode(RIG *rig, rmode_t mode, pbwidth_t width,
static const struct icom_priv_caps ic706_priv_caps =
{
0x48, /* default address */
1, /* 731 mode */
0, /* 731 mode */
0, /* no XCHG */
ic706_ts_sc_list,
.serial_USB_echo_check = 1, /* USB CI-V may not echo */
@ -279,7 +279,7 @@ const struct rig_caps ic706_caps =
static const struct icom_priv_caps ic706mkii_priv_caps =
{
0x4e, /* default address */
1, /* 731 mode */
0, /* 731 mode */
0, /* no XCHG */
ic706_ts_sc_list,
.serial_USB_echo_check = 1, /* USB CI-V may not echo */
@ -441,7 +441,7 @@ const struct rig_caps ic706mkii_caps =
static const struct icom_priv_caps ic706mkiig_priv_caps =
{
0x58, /* default address */
1, /* 731 mode */
0, /* 731 mode */
0, /* no XCHG */
ic706_ts_sc_list,
.serial_USB_echo_check = 1, /* USB CI-V may not echo */