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:
parent
1bd47db688
commit
ff4f1f3ab3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user