Skip to content

Commit 292816a

Browse files
committed
esp32/mpconfigport.h: Enable websocket module.
1 parent 236297f commit 292816a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/mpconfigport.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
#define MICROPY_PY_USSL (1)
140140
#define MICROPY_SSL_MBEDTLS (1)
141141
#define MICROPY_PY_USSL_FINALISER (1)
142-
#define MICROPY_PY_WEBSOCKET (0)
142+
#define MICROPY_PY_WEBSOCKET (1)
143143
#define MICROPY_PY_FRAMEBUF (1)
144144

145145
// fatfs configuration

0 commit comments

Comments
 (0)