From 07ea2abcb09aef3b933386669be4802f8c0aba1d Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 10 Mar 2017 19:13:06 +0100 Subject: [PATCH] esp8266: Turn off framebuf to get space. --- esp8266/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 180530a2ce..fa2e8bc1b7 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -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)