From 8636901bf3a74a6a5af5c89df12393adcc0ae3f6 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Tue, 7 Jan 2025 16:56:52 -0600 Subject: [PATCH] Fix IC746 and IC746PRO set mode to not use data byte --- rigs/icom/icom.c | 2 ++ rigs/icom/icom.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rigs/icom/icom.c b/rigs/icom/icom.c index 5fd927b17..cd05edcdb 100644 --- a/rigs/icom/icom.c +++ b/rigs/icom/icom.c @@ -2289,6 +2289,8 @@ static int icom_set_mode_without_data(RIG *rig, vfo_t vfo, rmode_t mode, || RIG_IS_IC375 || RIG_IS_IC726 || RIG_IS_IC475 + || RIG_IS_IC746 + || RIG_IS_IC746PRO || RIG_IS_IC756 || RIG_IS_IC756PROII || RIG_IS_IC756PROIII diff --git a/rigs/icom/icom.h b/rigs/icom/icom.h index c78c64e55..47d99d91d 100644 --- a/rigs/icom/icom.h +++ b/rigs/icom/icom.h @@ -35,7 +35,7 @@ #include #endif -#define BACKEND_VER "20241203" +#define BACKEND_VER "20250107" #define ICOM_IS_ID31 rig_is_model(rig, RIG_MODEL_ID31) #define ICOM_IS_ID51 rig_is_model(rig, RIG_MODEL_ID51)