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 f759d15 commit d09ca3aCopy full SHA for d09ca3a
bricks/technichub/mpconfigport.h
@@ -6,9 +6,9 @@
6
#define MICROPY_HW_BOARD_NAME "LEGO Technic Hub"
7
#define MICROPY_HW_MCU_NAME "STM32L431RC"
8
9
-#define PYBRICKS_HEAP_KB 16
+#define PYBRICKS_HEAP_KB 48
10
11
-#define PYBRICKS_HUB_TECHNICHUB (1)
+#define PYBRICKS_HUB_TECHNICHUB (1)
12
13
// Pybricks modules
14
#define PYBRICKS_PY_COMMON (1)
0 commit comments