From cee35b6c1e8f67a74194a02348424f6c1f541cae Mon Sep 17 00:00:00 2001 From: crasu Date: Sat, 15 Jul 2023 19:58:31 +0200 Subject: [PATCH] remove json doc size Signed-off-by: crasu --- SRC/ShineWiFi-ModBus/Config.h.example | 1 - 1 file changed, 1 deletion(-) diff --git a/SRC/ShineWiFi-ModBus/Config.h.example b/SRC/ShineWiFi-ModBus/Config.h.example index da68d19..bb51be7 100644 --- a/SRC/ShineWiFi-ModBus/Config.h.example +++ b/SRC/ShineWiFi-ModBus/Config.h.example @@ -15,7 +15,6 @@ // Setting this define to 0 will disable the MQTT functionality #define MQTT_SUPPORTED 1 -#define JSON_DOCUMENT_SIZE 2048 // Setting this define to 1 will ping the default gateway periodically // if the ping is not successful, the wifi connection will be reestablished