diff options
| author | Damien George <damien@micropython.org> | 2021-11-01 12:47:32 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-11-05 14:05:54 +1100 |
| commit | ff4f1f3ab395a6be426cc1b6ce0839bf65574f45 (patch) | |
| tree | 66b10b81d8c32847cb2fe5715fb451092788a65e | |
| parent | 1bd47db6881ce9fef5a787e9f4dfe74244c8d3cb (diff) | |
esp8266/boards/GENERIC: Enable f-strings.
Costs 612 bytes of code space.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | ports/esp8266/boards/GENERIC/mpconfigboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp8266/boards/GENERIC/mpconfigboard.h b/ports/esp8266/boards/GENERIC/mpconfigboard.h index d33943df8..e4991ba97 100644 --- a/ports/esp8266/boards/GENERIC/mpconfigboard.h +++ b/ports/esp8266/boards/GENERIC/mpconfigboard.h @@ -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) |
