esp8266: Turn off framebuf to get space.

This commit is contained in:
Scott Shawcroft 2017-03-10 19:13:06 +01:00
parent bccfbe4e00
commit 07ea2abcb0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_WEBREPL (1)
#define MICROPY_PY_WEBREPL_DELAY (20)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_FRAMEBUF (0)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)
#define MICROPY_CPYTHON_COMPAT (1)