Skip to content
Snippets Groups Projects
Commit adae53d5 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266: Enable webrepl module.

parent 18775d38
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment