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