Skip to content

Commit

Permalink
bricks/movehub: disable modadvanced
Browse files Browse the repository at this point in the history
This gives us a little more wiggle room before we have to disable the REPL

movehub fw size -688
  • Loading branch information
dlech committed Jun 10, 2019
1 parent 6baa465 commit 6dc665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bricks/movehub/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6dc665c

Please sign in to comment.