[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 11be2d6549a3c5f31ebbc
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-10-06 16:13: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 11be2d6549a3c5f31ebbc0ccf5c586de4df4a833 (commit) from d09f6b5dab19b6fc851b884dbcf8e637529d0a90 (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 11be2d6549a3c5f31ebbc0ccf5c586de4df4a833 Author: telewizoor <not...@gi...> Date: Wed Oct 1 09:44:37 2025 -0700 Support tuning FT-450 notch filter Per GitHub issue #1929, enable use of `L NOTCHF xxxx` command for the Yaesu FT-450D. diff --git a/rigs/yaesu/ft450.h b/rigs/yaesu/ft450.h index d77df8a20..6c25d12a5 100644 --- a/rigs/yaesu/ft450.h +++ b/rigs/yaesu/ft450.h @@ -64,7 +64,7 @@ RIG_LEVEL_KEYSPD|RIG_LEVEL_AF|RIG_LEVEL_AGC|\ RIG_LEVEL_METER|RIG_LEVEL_BKINDL|RIG_LEVEL_SQL|\ RIG_LEVEL_VOXGAIN|RIG_LEVEL_VOXDELAY|\ - RIG_LEVEL_BAND_SELECT) + RIG_LEVEL_BAND_SELECT|RIG_LEVEL_NOTCHF) #define FT450_FUNCS (RIG_FUNC_TONE|RIG_FUNC_TSQL|RIG_FUNC_LOCK|\ RIG_FUNC_MON|RIG_FUNC_NB|RIG_FUNC_NR|RIG_FUNC_VOX|\ ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft450.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |