8000 unix: Enable websocket module. · sparkfun/circuitpython@5b9e7e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b9e7e2

Browse files
committed
unix: Enable websocket module.
1 parent a931c4e commit 5b9e7e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unix/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
#ifndef MICROPY_PY_USELECT
121121
#define MICROPY_PY_USELECT (1)
122122
#endif
123+
#define MICROPY_PY_WEBSOCKET (1)
123124
#define MICROPY_PY_MACHINE (1)
124125
#define MICROPY_PY_MACHINE_PULSE (1)
125126
#define MICROPY_MACHINE_MEM_GET_READ_ADDR mod_machine_mem_get_addr

0 commit comments

Comments
 (0)
0