Some DMRIdleRX adjustment and version update

This commit is contained in:
Andy CA6JAU 2018-07-16 00:54:59 -04:00
parent d5bfe0e5df
commit 56d3b16493
3 changed files with 4 additions and 5 deletions

View file

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

View file

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

View file

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