From 6dc665c311088ad7661e2179d5fa34a60c99ba21 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 9 Jun 2019 20:29:39 -0500 Subject: [PATCH] bricks/movehub: disable modadvanced This gives us a little more wiggle room before we have to disable the REPL movehub fw size -688 --- bricks/movehub/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/movehub/mpconfigport.h b/bricks/movehub/mpconfigport.h index 636a6e979..dbefc2231 100644 --- a/bricks/movehub/mpconfigport.h +++ b/bricks/movehub/mpconfigport.h @@ -9,7 +9,7 @@ #define PYBRICKS_HEAP_KB 8 // half of RAM // Pybricks modules -#define PYBRICKS_PY_ADVANCED (1) +#define PYBRICKS_PY_ADVANCED (0) #define PYBRICKS_PY_BATTERY (1) #define PYBRICKS_PY_DEBUG (0) #define PYBRICKS_PY_MOTOR (1)