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)