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 c8cd5a9 commit 5935fa2Copy full SHA for 5935fa2
ports/esp32/mpconfigport.h
@@ -30,12 +30,8 @@
30
#define MICROPY_EMIT_XTENSAWIN (1)
31
#endif
32
33
-// compiler configuration
34
-#define MICROPY_COMP_RETURN_IF_EXPR (0)
35
-
36
// optimisations
37
#define MICROPY_OPT_COMPUTED_GOTO (1)
38
-#define MICROPY_OPT_MATH_FACTORIAL (0)
39
40
// Python internal features
41
#define MICROPY_READER_VFS (1)
@@ -58,8 +54,6 @@
58
54
#define MICROPY_PY_STR_BYTES_CMP_WARN (1)
59
55
#define MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS (1)
60
56
#define MICROPY_PY_BUILTINS_HELP_TEXT esp32_help_text
61
-#define MICROPY_PY_MATH_CONSTANTS (0)
62
-#define MICROPY_PY_MATH_FACTORIAL (0)
63
57
#define MICROPY_PY_IO_BUFFEREDWRITER (1)
64
#define MICROPY_PY_UTIME_MP_HAL (1)
65
#define MICROPY_PY_THREAD (1)
0 commit comments