Browse Source

esp8266/boards/GENERIC: Enable f-strings.

Costs 612 bytes of code space.

Signed-off-by: Damien George <damien@micropython.org>
pull/7956/head
Damien George 3 years ago
parent
commit
ff4f1f3ab3
  1. 1
      ports/esp8266/boards/GENERIC/mpconfigboard.h

1
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)

Loading…
Cancel
Save