mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
Reduce false FSW detection in NXDN
This commit is contained in:
parent
725c905da0
commit
4fdf4254b2
|
|
@ -22,8 +22,8 @@
|
|||
#include "NXDNRX.h"
|
||||
#include "Utils.h"
|
||||
|
||||
const uint8_t MAX_FSW_BIT_START_ERRS = 1U;
|
||||
const uint8_t MAX_FSW_BIT_RUN_ERRS = 3U;
|
||||
const uint8_t MAX_FSW_BIT_START_ERRS = 0U;
|
||||
const uint8_t MAX_FSW_BIT_RUN_ERRS = 2U;
|
||||
|
||||
const unsigned int MAX_FSW_FRAMES = 5U + 1U;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue