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

This reverts commit a851fd393c.
This commit is contained in:
Slider0007
2023-02-02 21:46:00 +01:00
parent 4986b1936f
commit bbd60c9d19

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 160000
#define MAX_JPG_SIZE 128000
//CAlignAndCutImage + CImageBasis