diff options
author | Damien George <damien.p.george@gmail.com> | 2017-11-28 12:13:47 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-12-13 14:48:53 +1100 |
commit | 9acd5906754dd794e964a915bbb88fce25cb3bc5 (patch) | |
tree | afd0e2c4f3cf4f2b81e36a8abacf035e40bb29de | |
parent | 29dd6a7678dfbc63ef20a273014ed762af6c738f (diff) |
esp32/mpconfigport.h: Enable websocket module.
-rw-r--r-- | ports/esp32/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index 1eb4c408d..69d17fd81 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h @@ -139,7 +139,7 @@ #define MICROPY_PY_USSL (1) #define MICROPY_SSL_MBEDTLS (1) #define MICROPY_PY_USSL_FINALISER (1) -#define MICROPY_PY_WEBSOCKET (0) +#define MICROPY_PY_WEBSOCKET (1) #define MICROPY_PY_FRAMEBUF (1) // fatfs configuration |