esp32/mpconfigport.h: Enable websocket module.
This commit is contained in:
parent
29dd6a7678
commit
9acd590675
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user