From 5dac79340fad70c6422ff686b9ff58dfc996afed Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 13 Dec 2023 16:36:58 -0600 Subject: [PATCH] Remove x25_always from IC9700 https://github.com/Hamlib/Hamlib/issues/1451 --- rigs/icom/ic7300.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rigs/icom/ic7300.c b/rigs/icom/ic7300.c index a991cee25..d62ef4fc3 100644 --- a/rigs/icom/ic7300.c +++ b/rigs/icom/ic7300.c @@ -441,7 +441,7 @@ static const struct icom_priv_caps IC9700_priv_caps = }, }, .extcmds = ic9700_extcmds, /* Custom op parameters */ - .x25_always = 1 + // .x25_always = 1 // except when in satellite mode so can't do this }; static const struct icom_priv_caps IC705_priv_caps = @@ -940,7 +940,7 @@ struct rig_caps ic9700_caps = RIG_MODEL(RIG_MODEL_IC9700), .model_name = "IC-9700", .mfg_name = "Icom", - .version = BACKEND_VER ".18", + .version = BACKEND_VER ".19", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER,