We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be68147 commit c17f5bfCopy full SHA for c17f5bf
boards/esp32/MICROLITE_S3_SPIRAM_OCTAL/mpconfigboard.h
@@ -6,3 +6,9 @@
6
#define MICROPY_HW_I2C0_SCL (9)
7
#define MICROPY_HW_I2C0_SDA (8)
8
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