diff --git a/rigs/icom/icom.h b/rigs/icom/icom.h index 4a646f8b5..12b5ffee2 100644 --- a/rigs/icom/icom.h +++ b/rigs/icom/icom.h @@ -30,7 +30,7 @@ #include #endif -#define BACKEND_VER "0.24" +#define BACKEND_VER "0.25" /* * defines used by comp_cal_str in rig.c @@ -138,6 +138,7 @@ struct icom_priv_caps int serial_full_duplex; /*!< Whether RXD&TXD are not tied together */ int offs_len; /* Number of bytes in offset frequency field. 0 defaults to 3 */ int antack_len; /* Length of 0x12 cmd may be 3 or 4 bytes as of 2020-01-22 e.g. 7851 */ + int ant_count; /* number of antennas discovered in set/get ant*/ int serial_USB_echo_check; /* Flag to test USB echo state */ int agc_levels_present; /* Flag to indicate that agc_levels array is populated */ struct icom_agc_level agc_levels[RIG_AGC_LAST + 1]; /* Icom rig-specific AGC levels, the last entry should have level -1 */