From 62b031cda0548ae4e013c5751d6755f36afb8cb0 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 4 Aug 2022 14:19:13 -0400 Subject: [PATCH] bump protocol version; --- SerialPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index 6835162..ab5949d 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -96,7 +96,7 @@ #define concat(a, b, c) a " (build " b " " c ")" const char HARDWARE[] = concat(DESCRIPTION, __TIME__, __DATE__); -const uint8_t PROTOCOL_VERSION = 2U; +const uint8_t PROTOCOL_VERSION = 3U; // --------------------------------------------------------------------------- // Public Class Members