extmod/modwebsocket: Start module for WebSocket helper functions.
Currently, only write support is implemented (of limited buffer size).
This commit is contained in:
@@ -752,3 +752,7 @@ Q(uniform)
|
||||
Q(VfsFat)
|
||||
Q(flush)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_WEBSOCKET
|
||||
Q(websocket)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user