diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-11 21:25:28 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-11 21:25:43 +0300 |
commit | f49d63a75c3705745eff12d602d71265593c4bad (patch) | |
tree | 85d40e607ab3cf570f5a3fffaf81cae45617a57b | |
parent | 9b0a150bd69f9c62a14045b4a2ecfaaf7523f542 (diff) |
esp8266: Enable websocket 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 9319db4b3..9106b8288 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) |