Correct powerstat check

The R75 for some reason rejects the powerstat query and returns an error. Commented out  .get_powerstat to correct that. Applications should initially assume it's on, then internally track power status, since you can still turn it off.
pull/1774/head
markjfine 2025-06-23 01:25:09 -04:00 zatwierdzone przez GitHub
rodzic 1441ce1839
commit dc12b01aed
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -245,7 +245,7 @@ struct rig_caps icr75_caps =
.scan = icom_scan,
.set_ts = icom_set_ts,
.set_powerstat = icom_set_powerstat,
.get_powerstat = icom_get_powerstat,
//.get_powerstat = icom_get_powerstat,
.set_channel = icr75_set_channel,
.get_channel = icr75_get_channel,