From 2288a193e7df36504758f40b5518cb38995d38ac Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 20 Jan 2023 17:50:13 +0100 Subject: [PATCH] Extend pin mapping name to 63 characters --- include/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Configuration.h b/include/Configuration.h index c4e5d267..7f3d7db4 100644 --- a/include/Configuration.h +++ b/include/Configuration.h @@ -27,7 +27,7 @@ #define CHAN_MAX_NAME_STRLEN 31 -#define DEV_MAX_MAPPING_NAME_STRLEN 31 +#define DEV_MAX_MAPPING_NAME_STRLEN 63 #define JSON_BUFFER_SIZE 6144