diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-10 19:13:06 +0100 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-10 19:13:06 +0100 |
| commit | 07ea2abcb09aef3b933386669be4802f8c0aba1d (patch) | |
| tree | 4af3557b0e324bc4018c1f370ea7a8b84fc8f5ae | |
| parent | bccfbe4e005ce95693644bf6902885ba902a30f0 (diff) | |
esp8266: Turn off framebuf to get space.
| -rw-r--r-- | esp8266/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 180530a2c..fa2e8bc1b 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) |
