summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/mpconfigport.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-29 11:13:32 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-29 11:13:32 +0300
commitc961889e3472b5603940be329dfd39019b26d678 (patch)
tree5069094951e25013aefc12e0d0ab0b522b27a864 /esp8266/mpconfigport.h
parent6ca17c19225c228c39dcc1f8be4ec269c702a165 (diff)
downloadmicropython-c961889e3472b5603940be329dfd39019b26d678.tar.gz
micropython-c961889e3472b5603940be329dfd39019b26d678.zip
esp8266: Add basic support for duplicating REPL output.
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r--esp8266/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 40d51e38d3..52dbc18f52 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -51,6 +51,7 @@
#define MICROPY_PY_LWIP (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
+#define MICROPY_PY_OS_DUPTERM (1)
#define MICROPY_CPYTHON_COMPAT (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)