8000 esp8266/boards/GENERIC: Enable f-strings. · salewski/micropython@ff4f1f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff4f1f3

Browse files
committed
esp8266/boards/GENERIC: Enable f-strings.
Costs 612 bytes of code space. Signed-off-by: Damien George <damien@micropython.org>
1 parent 1bd47db commit ff4f1f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp8266/boards/GENERIC/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define MICROPY_READER_VFS (MICROPY_VFS)
1212
#define MICROPY_VFS (1)
1313

14+
#define MICROPY_PY_FSTRINGS (1)
1415
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
1516
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
1617
#define MICROPY_PY_IO_FILEIO (1)

0 commit comments

Comments
 (0)
0