summaryrefslogtreecommitdiff
path: root/esp8266/modules/webrepl.py
AgeCommit message (Collapse)Author
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