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 f112d9f commit ca16393Copy full SHA for ca16393
bricks/ev3/mpconfigport.h
@@ -21,7 +21,7 @@
21
#define PYBRICKS_PY_COMMON_LIGHT_ARRAY (0)
22
#define PYBRICKS_PY_COMMON_LIGHT_MATRIX (0)
23
#define PYBRICKS_PY_COMMON_LOGGER (1)
24
-#define PYBRICKS_PY_COMMON_MOTOR_MODEL (1)
+#define PYBRICKS_PY_COMMON_MOTOR_MODEL (0)
25
#define PYBRICKS_PY_COMMON_MOTORS (1)
26
#define PYBRICKS_PY_COMMON_SPEAKER (1)
27
#define PYBRICKS_PY_COMMON_SYSTEM (1)
@@ -44,7 +44,7 @@
44
45
// Pybricks options
46
#define PYBRICKS_OPT_COMPILER (1)
47
-#define PYBRICKS_OPT_FLOAT (1)
+#define PYBRICKS_OPT_FLOAT (0)
48
#define PYBRICKS_OPT_TERSE_ERR (0)
49
#define PYBRICKS_OPT_EXTRA_MOD (1)
50
#define PYBRICKS_OPT_CUSTOM_IMPORT (1)
0 commit comments