From 24029b0c08e310cfa8ee5af21faf07b229a93223 Mon Sep 17 00:00:00 2001 From: Victor GUILLEMIN Date: Tue, 4 Aug 2026 18:48:36 +0200 Subject: [PATCH] Increased GATEWAY_VERSION_MAX_SIZE to 128 --- lib/wpc_proto/internal_modules/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wpc_proto/internal_modules/common.h b/lib/wpc_proto/internal_modules/common.h index 1e3c8e2..1aec7f7 100644 --- a/lib/wpc_proto/internal_modules/common.h +++ b/lib/wpc_proto/internal_modules/common.h @@ -16,7 +16,7 @@ /* Set the max of strings stored (including), should match values defined in proto files */ #define GATEWAY_ID_MAX_SIZE 32 #define GATEWAY_MODEL_MAX_SIZE 64 -#define GATEWAY_VERSION_MAX_SIZE 32 +#define GATEWAY_VERSION_MAX_SIZE 128 #define SINK_ID_MAX_SIZE 16 /**