kopia lustrzana https://github.com/micropython/micropython
13 wiersze
470 B
C
13 wiersze
470 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_SYS_STDIO_BUFFER (0)
|
|
#define MICROPY_PY_UASYNCIO (0)
|
|
#define MICROPY_PY_URE_SUB (0)
|
|
#define MICROPY_PY_FRAMEBUF (0)
|