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; }