From a285a2c546a99987fccb54ae03ee432ad52b9735 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 30 Sep 2020 12:29:41 +0200 Subject: [PATCH] up buffer again to allow the new params --- src/EMSESPDevicesService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EMSESPDevicesService.h b/src/EMSESPDevicesService.h index 885c76a0c..40b33ab2b 100644 --- a/src/EMSESPDevicesService.h +++ b/src/EMSESPDevicesService.h @@ -24,7 +24,7 @@ #include #include -#define MAX_EMSESP_DEVICE_SIZE 2000 +#define MAX_EMSESP_DEVICE_SIZE 2500 #define EMSESP_DEVICES_SERVICE_PATH "/rest/allDevices" #define SCAN_DEVICES_SERVICE_PATH "/rest/scanDevices"