From b2c3ee4da16880000263d1296b25d5aaabf210aa Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Sat, 17 Dec 2022 17:00:42 +0100 Subject: [PATCH] Changed back JSON_BUFFER. --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index aeeae07..99da738 100644 --- a/config.h +++ b/config.h @@ -811,8 +811,7 @@ #define VOLUME_MULTIPLIER 1.4 // Buffer-size define for load/save configuration as JSON -//#define JSON_BUFFER_SIZE 8192 -#define JSON_BUFFER_SIZE 9216 +#define JSON_BUFFER_SIZE 8192 // Internal configuration structure typedef struct dexed_s {