micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

How can I use webrepl on esp32 #169

Closed biaoxiaoduan closed 6 years ago

biaoxiaoduan commented 7 years ago

I tried to use web repl on esp32, but I found that ESP32 does not have uos.dupterm method, which is implemented with api system_os_post on ESP8266. Is there anyone who use web repl on esp32 successfully?

MrSurly commented 7 years ago

See #107

nickzoic commented 6 years ago

I'm going to close this one as a duplicate of #107 ... its definitely something we want to implement though! Thanks for your feedback.