esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.
This commit is contained in:
parent
503cf3d097
commit
48b745cfc8
@ -5,6 +5,9 @@
|
||||
#undef MICROPY_EMIT_INLINE_XTENSA
|
||||
#define MICROPY_EMIT_INLINE_XTENSA (0)
|
||||
|
||||
#undef MICROPY_ERROR_REPORTING
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
|
||||
|
||||
#undef MICROPY_VFS
|
||||
#define MICROPY_VFS (0)
|
||||
#undef MICROPY_VFS_FAT
|
||||
|
Loading…
Reference in New Issue
Block a user