From f49d63a75c3705745eff12d602d71265593c4bad Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 11 Apr 2016 21:25:28 +0300 Subject: [PATCH] esp8266: Enable websocket module. --- esp8266/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 9319db4b38..9106b8288a 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -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)