-
- Downloads
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
As mentioned in #4450, `websocket` was experimental with a single intended user, `webrepl`. Therefore, we'll make this change without a weak link `websocket` -> `uwebsocket`.
Showing
- extmod/moduwebsocket.c 8 additions, 8 deletionsextmod/moduwebsocket.c
- extmod/moduwebsocket.h 10 additions, 0 deletionsextmod/moduwebsocket.h
- extmod/modwebrepl.c 1 addition, 1 deletionextmod/modwebrepl.c
- ports/esp32/mpconfigport.h 1 addition, 1 deletionports/esp32/mpconfigport.h
- ports/esp8266/modules/webrepl.py 2 additions, 2 deletionsports/esp8266/modules/webrepl.py
- ports/esp8266/mpconfigport.h 1 addition, 1 deletionports/esp8266/mpconfigport.h
- ports/unix/mpconfigport.h 1 addition, 1 deletionports/unix/mpconfigport.h
- py/builtin.h 1 addition, 1 deletionpy/builtin.h
- py/mpconfig.h 2 additions, 2 deletionspy/mpconfig.h
- py/objmodule.c 2 additions, 2 deletionspy/objmodule.c
- py/py.mk 1 addition, 1 deletionpy/py.mk
- tests/extmod/websocket_basic.py 6 additions, 6 deletionstests/extmod/websocket_basic.py
Loading
Please register or sign in to comment