esp8266: Enable webrepl module.

This commit is contained in:
Paul Sokolovsky 2016-04-29 19:38:21 +03:00
parent 18775d3807
commit adae53d522
1 changed files with 1 additions and 0 deletions

View File

@ -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)