9f8087b448
It increases the firmware size by 292 bytes. Addresses issue #5897. Signed-off-by: Damien George <damien@micropython.org>
14 lines
517 B
C
14 lines
517 B
C
#define MICROPY_HW_BOARD_NAME "ESP module (512K)"
|
|
#define MICROPY_HW_MCU_NAME "ESP8266"
|
|
|
|
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
|
|
|
|
#define MICROPY_PY_FSTRINGS (0)
|
|
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (0)
|
|
#define MICROPY_PY_ALL_SPECIAL_METHODS (0)
|
|
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
|
|
#define MICROPY_PY_SYS_STDIO_BUFFER (0)
|
|
#define MICROPY_PY_UASYNCIO (0)
|
|
#define MICROPY_PY_URE_SUB (0)
|
|
#define MICROPY_PY_FRAMEBUF (0)
|