[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. b2dce86e91f0a75fb1ac5
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-04 04:40:41
|
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 b2dce86e91f0a75fb1ac5448a77409d8fc3af16e (commit) from dee097366dfb7b3cbd95f847225b9e1cf0e9c15a (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 b2dce86e91f0a75fb1ac5448a77409d8fc3af16e Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Jul 3 23:40:20 2020 -0500 Add comment about IC-756 data mode diff --git a/rigs/icom/icom.c b/rigs/icom/icom.c index 3b6e2f72..5b7c4117 100644 --- a/rigs/icom/icom.c +++ b/rigs/icom/icom.c @@ -1575,7 +1575,9 @@ int icom_set_mode_with_data(RIG *rig, vfo_t vfo, rmode_t mode, switch (mode) { - case RIG_MODE_PKTUSB: + case RIG_MODE_PKTUSB: + // xFE xFE x6E xE0 x1A x06 x01 xFD switchs mod input from MIC to ACC + // This apparently works for IC-756ProIII but nobody has asked for it yet icom_mode = RIG_MODE_USB; break; ----------------------------------------------------------------------- Summary of changes: rigs/icom/icom.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |