Reduce false FSW detection in NXDN

This commit is contained in:
Andy CA6JAU 2018-02-13 21:00:05 -03:00
parent 725c905da0
commit 4fdf4254b2

View file

@ -22,8 +22,8 @@
#include "NXDNRX.h" #include "NXDNRX.h"
#include "Utils.h" #include "Utils.h"
const uint8_t MAX_FSW_BIT_START_ERRS = 1U; const uint8_t MAX_FSW_BIT_START_ERRS = 0U;
const uint8_t MAX_FSW_BIT_RUN_ERRS = 3U; const uint8_t MAX_FSW_BIT_RUN_ERRS = 2U;
const unsigned int MAX_FSW_FRAMES = 5U + 1U; const unsigned int MAX_FSW_FRAMES = 5U + 1U;