mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
esp32/mpconfigport.h: Enable websocket module.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user