increase metrics task stack to support more metrics
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user