Increase the number of frames before YSF declares a signal to be lost.

This commit is contained in:
Jonathan Naylor 2024-11-21 17:50:15 +00:00
parent c3246dbcb7
commit f324f96db7
1 changed files with 2 additions and 2 deletions

View File

@ -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 * 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 * 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 uint16_t NOENDPTR = 9999U;
const unsigned int MAX_SYNC_FRAMES = 1U + 1U; const unsigned int MAX_SYNC_FRAMES = 4U + 1U;
CYSFRX::CYSFRX() : CYSFRX::CYSFRX() :
m_state(YSFRXS_NONE), m_state(YSFRXS_NONE),