increase metrics task stack to support more metrics

This commit is contained in:
2024-12-26 18:12:39 +01:00
parent 655d890a0f
commit 29223c0070
2 changed files with 34 additions and 35 deletions

View File

@ -2,9 +2,9 @@
#include <esp_http_server.h>
#define HTML_RESPONSE_SIZE 1024U
#define METRIC_NAME_MAX_SIZE 256U
#define METRIC_MAX_COUNT 64U
#define HTML_RESPONSE_SIZE 4096U
#define METRIC_NAME_MAX_SIZE 64U
#define METRIC_MAX_COUNT 32U
typedef enum _MetricValueType
{