[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 55feb026fa0de001cd430
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-11-08 13:04:18
|
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 55feb026fa0de001cd4306f90691f0b00214f04e (commit)
from 23710cf2da3d8a05c7ed0b9bdecefe020404f0d1 (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 55feb026fa0de001cd4306f90691f0b00214f04e
Author: telewizoor <not...@gi...>
Date: Thu Nov 6 14:09:48 2025 -0800
Add Noise Reduction to FT450
Closes GitHub issue #1937.
diff --git a/rigs/yaesu/ft450.h b/rigs/yaesu/ft450.h
index 6c25d12a5..c33c379eb 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_NOTCHF)
+ RIG_LEVEL_BAND_SELECT|RIG_LEVEL_NOTCHF|RIG_LEVEL_NR)
#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
|