From a345586ee9d994c5264e0a07ccefc86f7568cf59 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 6 Nov 2020 15:14:02 +0000 Subject: [PATCH] Update the protocol version. --- SerialPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index 9828310..910a6b0 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -122,7 +122,7 @@ const char HARDWARE[] = concat(HW_TYPE, DESCRIPTION, TCXO, GITVERSION); const char HARDWARE[] = concat(HW_TYPE, DESCRIPTION, TCXO, __TIME__, __DATE__); #endif -const uint8_t PROTOCOL_VERSION = 1U; +const uint8_t PROTOCOL_VERSION = 2U; CSerialPort::CSerialPort() :