diff --git a/src/micropython b/src/micropython index 4ff0f33ee..2d1323048 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 4ff0f33eef2d11767ac6c92b701c763515ac6dd1 +Subproject commit 2d1323048adbbba9d90ec263e463951118c75643 diff --git a/src/omv/boards/OPENMVPT/omv_boardconfig.h b/src/omv/boards/OPENMVPT/omv_boardconfig.h index 01a4c06fb..824e0237a 100644 --- a/src/omv/boards/OPENMVPT/omv_boardconfig.h +++ b/src/omv/boards/OPENMVPT/omv_boardconfig.h @@ -150,7 +150,7 @@ #define OMV_FB_SIZE (32M) // FB memory: header + VGA/GS image #define OMV_FB_ALLOC_SIZE (31M) // minimum fb alloc size #define OMV_STACK_SIZE (64K) -#define OMV_HEAP_SIZE (256K) +#define OMV_HEAP_SIZE (250K) #define OMV_SDRAM_SIZE (64 * 1024 * 1024) // This needs to be here for UVC firmware. #define OMV_LINE_BUF_SIZE (11 * 1024) // Image line buffer round(2592 * 2BPP * 2 buffers).