From f4b5148898005231676dba0b8b49b9975272ccf8 Mon Sep 17 00:00:00 2001 From: Eiren Rain Date: Thu, 6 Feb 2025 16:47:16 +0100 Subject: [PATCH] Bump protocol version to 20 --- src/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.h b/src/debug.h index 1f26a31d..9e0c7aa2 100644 --- a/src/debug.h +++ b/src/debug.h @@ -94,7 +94,7 @@ // Not recommended for production #define ENABLE_INSPECTION false -#define PROTOCOL_VERSION 19 +#define PROTOCOL_VERSION 20 #ifndef FIRMWARE_VERSION #define FIRMWARE_VERSION "UNKNOWN"