micropython / webrepl

WebREPL client and related tools for MicroPython
MIT License
633 stars 297 forks source link

add option to reset after send #57

Open eteq opened 3 years ago

eteq commented 3 years ago

Just what it says on the tin!

Note this is probably not super-robust as it depends on "ctrl-c" followed by "ctrl-d" being an effective reset code. It seems to work well at least on the ESP32 micropython 1.14 I'm testing on though...

IhorNehrutsa commented 3 years ago

Also tested on ESP32 micropython 1.13

IhorNehrutsa commented 3 years ago

Also tested on ESP32 micropython 1.15

bulletmark commented 3 years ago

Does this work reliably for you guys? It barely works for me. Works better if I add some small time delays between the send() calls. Note that webrepl file get and send, and the terminal all work fine.