diff --git a/config.h b/config.h index a27e1e7..42af3b1 100644 --- a/config.h +++ b/config.h @@ -630,9 +630,9 @@ #define EQ_7_MAX 99 #define EQ_7_DEFAULT 0 -// Buffer for load/save configuration as JSON +// Buffer size for load/save configuration as JSON -#define JSON_BUFFER 8192 +#define JSON_BUFFER_SIZE 8192 // Internal configuration structure typedef struct dexed_s {