Enable set_powerstat (turning radio on/off) for IC-7100.

pull/1/head
Magne Mæhre 2017-09-02 19:26:44 +02:00
rodzic f9856c6b85
commit a8a2a8ad41
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -267,6 +267,7 @@ const struct rig_caps ic7100_caps = {
.get_split_freq = icom_get_split_freq,
.set_split_mode = icom_set_split_mode,
.get_split_mode = icom_get_split_mode,
.set_powerstat = icom_set_powerstat,
.send_morse = icom_send_morse
};