Increase max JPG size (128k->160k)

This commit is contained in:
Slider0007
2023-02-01 19:49:48 +01:00
committed by GitHub
parent 2a8df9de1c
commit a851fd393c

View File

@@ -130,7 +130,7 @@
//CImageBasis
#define HTTP_BUFFER_SENT 1024
#define GET_MEMORY(X) heap_caps_malloc(X, MALLOC_CAP_SPIRAM)
#define MAX_JPG_SIZE 128000
#define MAX_JPG_SIZE 160000
//CAlignAndCutImage + CImageBasis