Skip to content
Snippets Groups Projects
Commit b60ed0bd authored by rahix's avatar rahix
Browse files

feat(pycardium): Enable f-strings

Nobody noticed by MicroPython 1.17 brings f-strings.  Let's enable them!
parent 2120027c
Branches
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ int mp_hal_csprng_read_int(void);
#define MICROPY_PY_IO_FILEIO (1)
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_FSTRINGS (1)
#define MICROPY_PY_BLUETOOTH (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_BLUETOOTH_ENABLE_CENTRAL_MODE (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment