From 2900b031a98318275e050e6fd9c7c4bc937fdf13 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 18 Aug 2021 14:21:50 +0200 Subject: [PATCH] Try to fix conflict. --- config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.h b/config.h index 42af3b1..da41c45 100644 --- a/config.h +++ b/config.h @@ -630,10 +630,6 @@ #define EQ_7_MAX 99 #define EQ_7_DEFAULT 0 -// Buffer size for load/save configuration as JSON - -#define JSON_BUFFER_SIZE 8192 - // Internal configuration structure typedef struct dexed_s { uint8_t lowest_note;