mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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