increased max size of dynamic variable

This commit is contained in:
Bogdan Pilyugin 2022-09-24 11:08:41 +02:00
parent c8d42a282b
commit 657f31804e

View File

@ -43,7 +43,7 @@
#include "esp_eth.h" #include "esp_eth.h"
#include "mbedtls/base64.h" #include "mbedtls/base64.h"
#define MAX_DYNVAR_LENGTH 64 #define MAX_DYNVAR_LENGTH 256
#define MAX_INCFILE_LENGTH 1024 #define MAX_INCFILE_LENGTH 1024
#define HTTP_SERVER_DEBUG_LEVEL 0 #define HTTP_SERVER_DEBUG_LEVEL 0