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
This commit is contained in:
Justin White
2024-10-07 16:21:57 -04:00
parent 30c077b5d0
commit 21475ef9ba

View File

@@ -79,7 +79,7 @@ void FUNCTION_Init(void)
gNOAACountdown_10ms = 0; gNOAACountdown_10ms = 0;
if (IS_NOAA_CHANNEL(gRxVfo->CHANNEL_SAVE)) { if (IS_NOAA_CHANNEL(gRxVfo->CHANNEL_SAVE)) {
gCurrentCodeType = CODE_TYPE_CONTINUOUS_TONE; gCurrentCodeType = CODE_TYPE_OFF;
} }
#endif #endif