[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 7366522883d7d7a5e73f2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-04-13 20:36:08
|
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 7366522883d7d7a5e73f2d06a8373bfea683ec38 (commit) from fa582b17c11119a6864e8a10ab140e29374ed273 (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 7366522883d7d7a5e73f2d06a8373bfea683ec38 Author: Mike Black W9MDB <mdb...@ya...> Date: Tue Apr 13 15:31:57 2021 -0500 Remove SATMODE from ic7100.c -- rig does not have satellite mode commands https://github.com/Hamlib/Hamlib/issues/660 diff --git a/rigs/icom/ic7100.c b/rigs/icom/ic7100.c index a1e1f617..6eb03b2d 100644 --- a/rigs/icom/ic7100.c +++ b/rigs/icom/ic7100.c @@ -61,7 +61,6 @@ RIG_FUNC_VOX| \ RIG_FUNC_FBKIN| \ RIG_FUNC_AFC| \ - RIG_FUNC_SATMODE| \ RIG_FUNC_VSC| \ RIG_FUNC_MN| \ RIG_FUNC_LOCK| \ @@ -208,7 +207,7 @@ const struct rig_caps ic7100_caps = RIG_MODEL(RIG_MODEL_IC7100), .model_name = "IC-7100", .mfg_name = "Icom", - .version = BACKEND_VER ".0", + .version = BACKEND_VER ".1", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, ----------------------------------------------------------------------- Summary of changes: rigs/icom/ic7100.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |