If you enter a few characters before you disconnect, when you reconnect do you get the same problem? If I changed the Web IDE to send a space before the Ctrl-C it might magically fix it?
No few chars doesn't fix this. However looking at jsinteractive.c I can't understand why. Looks like jsvIsEmptyString(inputLine) always true… I need to inverstigate deeper.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ah… I see the reason, thank you.
No few chars doesn't fix this. However looking at jsinteractive.c I can't understand why. Looks like
jsvIsEmptyString(inputLine)
always true… I need to inverstigate deeper.