From 932cca4c8419c8698aa13157c3b9ea1ea297800c Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sat, 15 Jul 2023 22:55:07 -0500 Subject: [PATCH] Revert "IC-705 cannot do get_powerstat" This is handled in icom.c generic routine This reverts commit a2c7227676ac23c5c04d2904bbaba0570d699f7b. --- 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 524a17ced..16e6bb8a5 100644 --- a/rigs/icom/ic7300.c +++ b/rigs/icom/ic7300.c @@ -1223,7 +1223,7 @@ const struct rig_caps ic705_caps = RIG_MODEL(RIG_MODEL_IC705), .model_name = "IC-705", .mfg_name = "Icom", - .version = BACKEND_VER ".9", + .version = BACKEND_VER ".8", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, @@ -1475,7 +1475,7 @@ const struct rig_caps ic705_caps = .set_split_vfo = icom_set_split_vfo, .get_split_vfo = icom_get_split_vfo, .set_powerstat = icom_set_powerstat, -// .get_powerstat = icom_get_powerstat, + .get_powerstat = icom_get_powerstat, .power2mW = icom_power2mW, .mW2power = icom_mW2power, .send_morse = icom_send_morse,