From 2a9634d7053c2fa9d125473f9d285c32bcca24fb Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 23 Feb 2025 16:21:17 -0600 Subject: [PATCH] Revert "Remove set_vfo from ICR8600 -- doesn't have any" This reverts commit fb145e873b63adf3c640292efb336783a97117bd. --- rigs/icom/icr8600.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rigs/icom/icr8600.c b/rigs/icom/icr8600.c index 784c940b5..446b77a7e 100644 --- a/rigs/icom/icr8600.c +++ b/rigs/icom/icr8600.c @@ -133,7 +133,7 @@ struct rig_caps icr8600_caps = RIG_MODEL(RIG_MODEL_ICR8600), .model_name = "IC-R8600", .mfg_name = "Icom", - .version = BACKEND_VER ".5", + .version = BACKEND_VER ".4", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, @@ -308,7 +308,7 @@ struct rig_caps icr8600_caps = .get_freq = icom_get_freq, .set_mode = icom_set_mode, .get_mode = icom_get_mode, -// .set_vfo = icom_set_vfo, + .set_vfo = icom_set_vfo, .set_bank = icom_set_bank, .get_rptr_offs = icom_get_rptr_offs, .set_rptr_offs = icom_set_rptr_offs,