Skip to content

Commit 2515d41

Browse files
committed
bricks/movehub: Enable AppData.
This adds about 1K of build size, but it adds a lot of functionality to Move Hub. Since the camera modes are not hardcoded in the firmware, we can keep adding more sensors without adding more build size, so this is well worth it.
1 parent 11afd44 commit 2515d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bricks/movehub/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define PYBRICKS_PY_ROBOTICS_DRIVEBASE_SPIKE (0)
4545
#define PYBRICKS_PY_TOOLS (1)
4646
#define PYBRICKS_PY_TOOLS_HUB_MENU (0)
47-
#define PYBRICKS_PY_TOOLS_APP_DATA (0)
47+
#define PYBRICKS_PY_TOOLS_APP_DATA (1)
4848

4949
// Pybricks options
5050
#define PYBRICKS_OPT_COMPILER (0)

0 commit comments

Comments
 (0)