webrepl icon indicating copy to clipboard operation
webrepl copied to clipboard

add option to reset after send

Open eteq opened this issue 4 years ago • 3 comments

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...

eteq avatar Feb 18 '21 03:02 eteq

Also tested on ESP32 micropython 1.13

IhorNehrutsa avatar Apr 14 '21 08:04 IhorNehrutsa

Also tested on ESP32 micropython 1.15

IhorNehrutsa avatar May 27 '21 07:05 IhorNehrutsa

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.

bulletmark avatar Jun 20 '21 06:06 bulletmark