From c80d45378a38bf228d10928e1f969a13d7cff394 Mon Sep 17 00:00:00 2001 From: Mikael Nousiainen Date: Wed, 10 May 2023 22:39:45 +0300 Subject: [PATCH] More fixes to command 0x25 logic --- rigs/icom/icom.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rigs/icom/icom.c b/rigs/icom/icom.c index 68e02247d..5c40a4d1c 100644 --- a/rigs/icom/icom.c +++ b/rigs/icom/icom.c @@ -5568,6 +5568,9 @@ int icom_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq) } } } + + // Rig is in SATMODE and the command 0x25 fails in SATMODE + priv->x25cmdfails = 1; }