Skip to content

Commit c17f5bf

Browse files
Update mpconfigboard.h
1 parent be68147 commit c17f5bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/esp32/MICROLITE_S3_SPIRAM_OCTAL/mpconfigboard.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
66
#define MICROPY_HW_I2C0_SCL (9)
77
#define MICROPY_HW_I2C0_SDA (8)
88

9+
#define MODULE_CAMERA_ENABLED (1)
10+
11+
// The offset only has an effect if a board has psram
12+
// it allows the start of the range allocated to
13+
#define MICROPY_ALLOCATE_HEAP_USING_MALLOC (1)
14+
#define MICROPY_HEAP_SIZE_REDUCTION (512 * 1024)

0 commit comments

Comments
 (0)