From c6b11728c9b4424109bd66aecdd91531bdfe6914 Mon Sep 17 00:00:00 2001 From: PianetaRadio <78976006+PianetaRadio@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:40:50 +0100 Subject: [PATCH] Added RIG_FUNC_NB2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From FT-950 CAT manual, there are two NB options: NB P1 P2 ; P1 0: Fixed P2 0: Noise Blanker “OFF” 1: Noise Blanker “ON” 2: Noise Blanker (Wide) “ON” --- rigs/yaesu/ft950.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/yaesu/ft950.h b/rigs/yaesu/ft950.h index 391195b6f..229bae477 100644 --- a/rigs/yaesu/ft950.h +++ b/rigs/yaesu/ft950.h @@ -64,7 +64,7 @@ RIG_LEVEL_BAND_SELECT) #define FT950_FUNCS (RIG_FUNC_TONE|RIG_FUNC_TSQL|RIG_FUNC_LOCK|\ - RIG_FUNC_MON|RIG_FUNC_NB|RIG_FUNC_NR|RIG_FUNC_VOX|\ + RIG_FUNC_MON|RIG_FUNC_NB|RIG_FUNC_NB2|RIG_FUNC_NR|RIG_FUNC_VOX|\ RIG_FUNC_FBKIN|RIG_FUNC_COMP|RIG_FUNC_ANF|RIG_FUNC_MN|\ RIG_FUNC_RIT|RIG_FUNC_XIT|\ RIG_FUNC_TUNER)