[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 98d9b535efa66d06463f4
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-12-29 16:01:26
|
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 98d9b535efa66d06463f4ee2c061e6075b80a45e (commit) from f484c4fdc8b16bf4c8f5385f275f76ff0eb812d3 (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 98d9b535efa66d06463f4ee2c061e6075b80a45e Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Dec 29 10:01:02 2020 -0600 Change max baud on ic7300 to 115,200 diff --git a/rigs/icom/ic7300.c b/rigs/icom/ic7300.c index 64f724e4..963093d0 100644 --- a/rigs/icom/ic7300.c +++ b/rigs/icom/ic7300.c @@ -281,7 +281,7 @@ const struct rig_caps ic7300_caps = RIG_MODEL(RIG_MODEL_IC7300), .model_name = "IC-7300", .mfg_name = "Icom", - .version = BACKEND_VER ".1", + .version = BACKEND_VER ".2", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, @@ -289,7 +289,7 @@ const struct rig_caps ic7300_caps = .dcd_type = RIG_DCD_RIG, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 4800, - .serial_rate_max = 19200, + .serial_rate_max = 115200, .serial_data_bits = 8, .serial_stop_bits = 1, .serial_parity = RIG_PARITY_NONE, ----------------------------------------------------------------------- Summary of changes: rigs/icom/ic7300.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |