Can you send me a full file that actually exhibits this problem?
My guess is, as with the problems before, the echo(1) is getting lost. Try:
echo(1)
[Ctrl+C] echo(1) [Enter]
and it will probably bring it back.
@Gordon started
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.
Can you send me a full file that actually exhibits this problem?
My guess is, as with the problems before, the
echo(1)
is getting lost. Try:[Ctrl+C] echo(1) [Enter]
and it will probably bring it back.