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 9c11087 commit 6a9bcccCopy full SHA for 6a9bccc
ports/esp32/mpconfigport.h
@@ -103,6 +103,7 @@
103
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
104
#define MICROPY_PY_MATH_ISCLOSE (1)
105
#define MICROPY_PY_CMATH (1)
106
+#define MICROPY_PY_FSTRING (1)
107
#define MICROPY_PY_GC (1)
108
#define MICROPY_PY_IO (1)
109
#define MICROPY_PY_IO_IOBASE (1)
ports/stm32/mpconfigport.h
@@ -118,6 +118,9 @@
118
119
#define MICROPY_PY_MATH_FACTORIAL (1)
120
121
+#ifndef MICROPY_PY_FSTRING
122
123
+#endif
124
125
126
#define MICROPY_PY_IO_FILEIO (MICROPY_VFS_FAT || MICROPY_VFS_LFS1 || MICROPY_VFS_LFS2)
0 commit comments