From 273514b490d1a6c6d3d72ba92e8dadc8c12a1f32 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 19 Mar 2017 10:00:18 -0300 Subject: [PATCH] Adding ADF7021 type in the description --- SerialPort.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index 79f44ed..be167d6 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -68,7 +68,11 @@ const uint8_t MMDVM_DEBUG3 = 0xF3U; const uint8_t MMDVM_DEBUG4 = 0xF4U; const uint8_t MMDVM_DEBUG5 = 0xF5U; -#define DESCRIPTION "MMDVM-HS 20170319 (D-Star/DMR/YSF/P25)" +#if defined(ADF7021_N_VER) +#define DESCRIPTION "MMDVM_HS-ADF7021N 20170319 (D-Star/DMR/YSF/P25)" +#else +#define DESCRIPTION "MMDVM_HS-ADF7021 20170319 (D-Star/DMR/YSF/P25)" +#endif #define concat(a, b, c) a " (Build: " b " " c ")" const char HARDWARE[] = concat(DESCRIPTION, __TIME__, __DATE__);