From f124061b858db3e6fe67c3bfd1a670351424e690 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 30 Aug 2016 17:17:56 +0100 Subject: [PATCH] Change version string. --- SerialPort.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index 36841a0..067df37 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -62,9 +62,9 @@ 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)"; +const uint8_t HARDWARE[] = "MMDVM 20160816 TCXO (D-Star/DMR/System Fusion/CW Id)"; #else -const uint8_t HARDWARE[] = "MMDVM 20160816 24kHz (D-Star/DMR/System Fusion/CW Id)"; +const uint8_t HARDWARE[] = "MMDVM 20160816 (D-Star/DMR/System Fusion/CW Id)"; #endif const uint8_t PROTOCOL_VERSION = 1U;