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 "DMRSlotType.h"
|
||||||
#include "Utils.h"
|
#include "Utils.h"
|
||||||
|
|
||||||
const uint8_t MAX_SYNC_SYMBOLS_ERRS = 2U;
|
const uint8_t MAX_SYNC_BYTES_ERRS = 2U;
|
||||||
const uint8_t MAX_SYNC_BYTES_ERRS = 3U;
|
|
||||||
|
|
||||||
const uint16_t NOENDPTR = 9999U;
|
const uint16_t NOENDPTR = 9999U;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "DMRDefines.h"
|
#include "DMRDefines.h"
|
||||||
|
|
||||||
const uint16_t DMR_IDLE_LENGTH_BITS = 576U;
|
const uint16_t DMR_IDLE_LENGTH_BITS = 400U;
|
||||||
|
|
||||||
class CDMRIdleRX {
|
class CDMRIdleRX {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
#define VER_MAJOR "1"
|
#define VER_MAJOR "1"
|
||||||
#define VER_MINOR "4"
|
#define VER_MINOR "4"
|
||||||
#define VER_REV "2"
|
#define VER_REV "3"
|
||||||
#define VERSION_DATE "20180715"
|
#define VERSION_DATE "20180716"
|
||||||
|
|
||||||
#if defined(ZUMSPOT_ADF7021)
|
#if defined(ZUMSPOT_ADF7021)
|
||||||
#define BOARD_INFO "ZUMspot"
|
#define BOARD_INFO "ZUMspot"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue