Reduce false FSW detection in NXDN

pull/32/head
Andy CA6JAU 8 years ago
parent 725c905da0
commit 4fdf4254b2

@ -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;

Loading…
Cancel
Save

Powered by TurnKey Linux.