From ab81d154d14d6e137c2c09dde74a10a998029dbe Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 25 Aug 2016 08:57:44 +0200 Subject: [PATCH] Add hint about if MMDVM was compiled with EXTERNAL_OSC --- SerialPort.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SerialPort.cpp b/SerialPort.cpp index c3777b7..d87f966 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -61,7 +61,11 @@ const uint8_t MMDVM_DEBUG3 = 0xF3U; const uint8_t MMDVM_DEBUG4 = 0xF4U; const uint8_t MMDVM_DEBUG5 = 0xF5U; +#if defined(EXTERNAL_OSC) +const uint8_t HARDWARE[] = "MMDVM 20160816 24kHz TCXO (D-Star/DMR/System Fusion/CW Id)"; +#else const uint8_t HARDWARE[] = "MMDVM 20160816 24kHz (D-Star/DMR/System Fusion/CW Id)"; +#endif const uint8_t PROTOCOL_VERSION = 1U;