summaryrefslogtreecommitdiff
path: root/esp8266
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-03-10 19:13:06 +0100
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-03-10 19:13:06 +0100
commit07ea2abcb09aef3b933386669be4802f8c0aba1d (patch)
tree4af3557b0e324bc4018c1f370ea7a8b84fc8f5ae /esp8266
parentbccfbe4e005ce95693644bf6902885ba902a30f0 (diff)
esp8266: Turn off framebuf to get space.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/mpconfigport.h2
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)