Skip to content
Snippets Groups Projects
Commit 48b745cf authored by Damien George's avatar Damien George
Browse files

esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.

parent 503cf3d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment