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

esp8266: Enable websocket module.

parent 9b0a150b
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_LWIP (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)
#define MICROPY_CPYTHON_COMPAT (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment