More fixes to command 0x25 logic

pull/1289/head
Mikael Nousiainen 2023-05-10 22:39:45 +03:00
rodzic 716637c4ab
commit c80d45378a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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