summaryrefslogtreecommitdiff
path: root/esp8266/modules/webrepl.py
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
2016-11-06esp8266: Rework webrepl_setup to run over wired REPL.Paul Sokolovsky
2016-10-20esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.Paul Sokolovsky
Concurrent WebREPL connections were never supported, now actually check for this.
2016-07-02esp8266: Switch webrepl to use frozen bytecode.Paul Sokolovsky