From 21475ef9bacb18302ee7f3406e022372b72b2984 Mon Sep 17 00:00:00 2001 From: Justin White Date: Mon, 7 Oct 2024 16:21:57 -0400 Subject: [PATCH] Use CODE_TYPE_OFF for NOAA channels It seemed to default to CTCSS, which means you never hear the NOAA channels unless you use Monitor mode or SQL 0, which is not ideal --- functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.c b/functions.c index abc8e61..ada5019 100644 --- a/functions.c +++ b/functions.c @@ -79,7 +79,7 @@ void FUNCTION_Init(void) gNOAACountdown_10ms = 0; if (IS_NOAA_CHANNEL(gRxVfo->CHANNEL_SAVE)) { - gCurrentCodeType = CODE_TYPE_CONTINUOUS_TONE; + gCurrentCodeType = CODE_TYPE_OFF; } #endif