Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | esp8266: Move websocket_helper.py from scripts to modules for frozen BC. | puuu | 2016-12-05 |
| | | | | | | websocket_helper.py is used by webrepl. If webrepl is enabled and websocket_helper.py is not frozen bytecode it leads to heap fragmentation. | ||
* | esp8266/websocket_helper.py: Fix typo in debug output. | Paul Sokolovsky | 2016-06-30 |
| | |||
* | esp8266/websocket_helper.py: Avoid extra string allocations. | Paul Sokolovsky | 2016-06-30 |
| | |||
* | esp8266/scripts/websocket_helper: Disable debug output. | Paul Sokolovsky | 2016-04-22 |
| | |||
* | esp8266/scripts/websocket_helper: Module encapsulating handshake sequences. | Paul Sokolovsky | 2016-04-22 |