feat(core): enable f-strings for micropython

[no changelog]
pull/1851/head
matejcik 3 years ago committed by matejcik
parent b957dfbddb
commit 32be2c09b9

@ -123,6 +123,7 @@
#define MICROPY_PY_SYS_PLATFORM "trezor"
#define MICROPY_PY_UERRNO (0)
#define MICROPY_PY_THREAD (0)
#define MICROPY_PY_FSTRINGS (1)
// extended modules
#define MICROPY_PY_UCTYPES (1)

@ -131,6 +131,7 @@
#define MICROPY_PY_SYS_PLATFORM "trezor-emulator"
#define MICROPY_PY_UERRNO (0)
#define MICROPY_PY_THREAD (0)
#define MICROPY_PY_FSTRINGS (1)
// extended modules
#define MICROPY_PY_UCTYPES (1)

Loading…
Cancel
Save