From 3aed773fa1ea2ffe6627897c81cbe133f95add2b Mon Sep 17 00:00:00 2001 From: positionhigh Date: Wed, 18 Aug 2021 13:50:40 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 2612482..2ee94f7 100644 --- a/config.h +++ b/config.h @@ -632,9 +632,9 @@ // Buffer size for load/save configuration as JSON -#define JSON_BUFFER_SIZE 8192 +#define JSON_BUFFER 8192 //This line put back to resolve a merge conflict. this line should be removed -#define JSON_BUFFER 1024 //This line put back to resolve a merge conflict. this line should be removed +#define JSON_BUFFER_SIZE 8192 // Internal configuration structure typedef struct dexed_s {