[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. dc12b01aed6b4449e42ff
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-06-23 13:15:53
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via dc12b01aed6b4449e42ff57e71f3687b1b837a20 (commit) from 1441ce18391beece4e4b65036da911e6d55fd409 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dc12b01aed6b4449e42ff57e71f3687b1b837a20 Author: markjfine <mar...@fi...> Date: Mon Jun 23 01:25:09 2025 -0400 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. diff --git a/rigs/icom/icr75.c b/rigs/icom/icr75.c index 1644ecdc5..5b423a141 100644 --- a/rigs/icom/icr75.c +++ b/rigs/icom/icr75.c @@ -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, ----------------------------------------------------------------------- Summary of changes: rigs/icom/icr75.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |