From 633c6c9e58051bce8627eba8e4f2768701a23dac Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 7 Sep 2020 11:59:36 +0200 Subject: [PATCH] add more json buffer for pump modulation --- src/EMSESPDevicesService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EMSESPDevicesService.h b/src/EMSESPDevicesService.h index 6d058dcd2..5d3d23158 100644 --- a/src/EMSESPDevicesService.h +++ b/src/EMSESPDevicesService.h @@ -24,7 +24,7 @@ #include #include -#define MAX_EMSESP_DEVICE_SIZE 1536 +#define MAX_EMSESP_DEVICE_SIZE 1700 #define EMSESP_DEVICES_SERVICE_PATH "/rest/allDevices" #define SCAN_DEVICES_SERVICE_PATH "/rest/scanDevices"