From f324f96db75c0744bec156bc9bcbf9192bb16687 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 21 Nov 2024 17:50:15 +0000 Subject: [PATCH] Increase the number of frames before YSF declares a signal to be lost. --- YSFRX.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YSFRX.cpp b/YSFRX.cpp index d5a0308..2899121 100644 --- a/YSFRX.cpp +++ b/YSFRX.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2017,2020 by Jonathan Naylor G4KLX + * Copyright (C) 2009-2017,2020,2024 by Jonathan Naylor G4KLX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ const uint8_t NOAVEPTR = 99U; const uint16_t NOENDPTR = 9999U; -const unsigned int MAX_SYNC_FRAMES = 1U + 1U; +const unsigned int MAX_SYNC_FRAMES = 4U + 1U; CYSFRX::CYSFRX() : m_state(YSFRXS_NONE),