mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
Some DMRIdleRX adjustment and version update
This commit is contained in:
parent
d5bfe0e5df
commit
56d3b16493
|
|
@ -26,8 +26,7 @@
|
|||
#include "DMRSlotType.h"
|
||||
#include "Utils.h"
|
||||
|
||||
const uint8_t MAX_SYNC_SYMBOLS_ERRS = 2U;
|
||||
const uint8_t MAX_SYNC_BYTES_ERRS = 3U;
|
||||
const uint8_t MAX_SYNC_BYTES_ERRS = 2U;
|
||||
|
||||
const uint16_t NOENDPTR = 9999U;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "DMRDefines.h"
|
||||
|
||||
const uint16_t DMR_IDLE_LENGTH_BITS = 576U;
|
||||
const uint16_t DMR_IDLE_LENGTH_BITS = 400U;
|
||||
|
||||
class CDMRIdleRX {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in a new issue