mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-10 18:51:22 +01:00
Reducing max sync errors for DMR DMO
This commit is contained in:
parent
ace3e75c09
commit
0d93e84f0e
|
|
@ -25,7 +25,7 @@
|
|||
#include "DMRSlotType.h"
|
||||
#include "Utils.h"
|
||||
|
||||
const uint8_t MAX_SYNC_BYTES_ERRS = 3U;
|
||||
const uint8_t MAX_SYNC_BYTES_ERRS = 1U;
|
||||
|
||||
const uint8_t MAX_SYNC_LOST_FRAMES = 13U;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue