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)