mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-20 07:20:20 +01:00
Adding George Smart’s timestamp to hardware description
This commit is contained in:
parent
8bd91bbac6
commit
7089107b28
|
|
@ -68,11 +68,13 @@ const uint8_t MMDVM_DEBUG3 = 0xF3U;
|
|||
const uint8_t MMDVM_DEBUG4 = 0xF4U;
|
||||
const uint8_t MMDVM_DEBUG5 = 0xF5U;
|
||||
|
||||
const uint8_t HARDWARE[] = "MMDVM-HS 20170210 (D-Star/DMR/YSF/P25)";
|
||||
#define DESCRIPTION "MMDVM-HS 20170319 (D-Star/DMR/YSF/P25)"
|
||||
|
||||
#define concat(a, b, c) a " (Build: " b " " c ")"
|
||||
const char HARDWARE[] = concat(DESCRIPTION, __TIME__, __DATE__);
|
||||
|
||||
const uint8_t PROTOCOL_VERSION = 1U;
|
||||
|
||||
|
||||
CSerialPort::CSerialPort() :
|
||||
m_buffer(),
|
||||
m_ptr(0U),
|
||||
|
|
|
|||
Loading…
Reference in a new issue