[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-2-ge652276e
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-09 17:40:31
|
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 e652276e8763ca4a3e8bd3ffe25e00b0b21ba9d3 (commit) from 33ce152d35b8d71199b340d4beb9b3323baffa32 (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 e652276e8763ca4a3e8bd3ffe25e00b0b21ba9d3 Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Jul 9 12:36:42 2020 -0500 Add 6m to ft857 and ft897 ranges diff --git a/rigs/yaesu/ft857.c b/rigs/yaesu/ft857.c index c58beb99..38811e46 100644 --- a/rigs/yaesu/ft857.c +++ b/rigs/yaesu/ft857.c @@ -202,8 +202,10 @@ const struct rig_caps ft857_caps = }, .tx_range_list1 = { FRQ_RNG_HF(1, FT857_OTHER_TX_MODES, W(10), W(100), FT857_VFO_ALL, FT857_ANTS), + FRQ_RNG_6m(1, FT857_OTHER_TX_MODES, W(10), W(100), FT857_VFO_ALL, FT857_ANTS), /* AM class */ FRQ_RNG_HF(1, FT857_AM_TX_MODES, W(2.5), W(25), FT857_VFO_ALL, FT857_ANTS), + FRQ_RNG_6m(1, FT857_AM_TX_MODES, W(2.5), W(25), FT857_VFO_ALL, FT857_ANTS), FRQ_RNG_2m(1, FT857_OTHER_TX_MODES, W(5), W(50), FT857_VFO_ALL, FT857_ANTS), /* AM class */ FRQ_RNG_2m(1, FT857_AM_TX_MODES, W(2.5), W(25), FT857_VFO_ALL, FT857_ANTS), diff --git a/rigs/yaesu/ft897.c b/rigs/yaesu/ft897.c index 60600d8d..beae23da 100644 --- a/rigs/yaesu/ft897.c +++ b/rigs/yaesu/ft897.c @@ -239,8 +239,11 @@ const struct rig_caps ft897_caps = }, .tx_range_list1 = { FRQ_RNG_HF(1, FT897_OTHER_TX_MODES, W(10), W(100), FT897_VFO_ALL, FT897_ANTS), + FRQ_RNG_6m(1, FT897_OTHER_TX_MODES, W(10), W(100), FT897_VFO_ALL, FT897_ANTS), + /* AM class */ FRQ_RNG_HF(1, FT897_AM_TX_MODES, W(2.5), W(25), FT897_VFO_ALL, FT897_ANTS), + FRQ_RNG_6m(1, FT897_AM_TX_MODES, W(2.5), W(25), FT897_VFO_ALL, FT897_ANTS), FRQ_RNG_2m(1, FT897_OTHER_TX_MODES, W(5), W(50), FT897_VFO_ALL, FT897_ANTS), /* AM class */ FRQ_RNG_2m(1, FT897_AM_TX_MODES, W(2.5), W(25), FT897_VFO_ALL, FT897_ANTS), ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft857.c | 2 ++ rigs/yaesu/ft897.c | 3 +++ 2 files changed, 5 insertions(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |