mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
esp8266/boards/GENERIC: Enable f-strings.
Costs 612 bytes of code space. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define MICROPY_READER_VFS (MICROPY_VFS)
|
||||
#define MICROPY_VFS (1)
|
||||
|
||||
#define MICROPY_PY_FSTRINGS (1)
|
||||
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
|
||||
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
|
||||
#define MICROPY_PY_IO_FILEIO (1)
|
||||
|
||||
Reference in New Issue
Block a user