mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 03:56:57 +03:00
Revert "Increase max JPG size (128k->160k)"
This reverts commit a851fd393c.
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
//CImageBasis
|
//CImageBasis
|
||||||
#define HTTP_BUFFER_SENT 1024
|
#define HTTP_BUFFER_SENT 1024
|
||||||
#define GET_MEMORY(X) heap_caps_malloc(X, MALLOC_CAP_SPIRAM)
|
#define GET_MEMORY(X) heap_caps_malloc(X, MALLOC_CAP_SPIRAM)
|
||||||
#define MAX_JPG_SIZE 160000
|
#define MAX_JPG_SIZE 128000
|
||||||
|
|
||||||
|
|
||||||
//CAlignAndCutImage + CImageBasis
|
//CAlignAndCutImage + CImageBasis
|
||||||
|
|||||||
Reference in New Issue
Block a user