diff options
| author | Paul Sokolovsky | 2016-04-29 19:38:21 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-04-29 19:38:21 +0300 |
| commit | adae53d522284cd3649c7c9382b03385b945b5f6 (patch) | |
| tree | e93ea1493e6a8d5d9f497aab8df1c664b96527a1 | |
| parent | 18775d380758c21365da9454c034df7e71f1a9e7 (diff) | |
esp8266: Enable webrepl module.
| -rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 9aec0b088..153d096f1 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -53,6 +53,7 @@ #define MICROPY_PY_MACHINE (1) #define MICROPY_PY_MACHINE_I2C (1) #define MICROPY_PY_WEBSOCKET (1) +#define MICROPY_PY_WEBREPL (1) #define MICROPY_PY_WEBREPL_DELAY (20) #define MICROPY_PY_FRAMEBUF (1) #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) |
