increase web buffer to allow more values in the boiler details web page

This commit is contained in:
proddy
2020-09-29 13:29:31 +02:00
parent 2e2101ca4f
commit 93810cebdb

View File

@@ -24,7 +24,7 @@
#include <ESPAsyncWebServer.h>
#include <SecurityManager.h>
#define MAX_EMSESP_DEVICE_SIZE 1700
#define MAX_EMSESP_DEVICE_SIZE 2000
#define EMSESP_DEVICES_SERVICE_PATH "/rest/allDevices"
#define SCAN_DEVICES_SERVICE_PATH "/rest/scanDevices"