Did you know you can prefix a line with "\x10" to turn echo off just for that line? Especially if you're doing a small session that'll save you sending echo(0)\n each time, at the expense of one extra character per request.
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.
Did you know you can prefix a line with
"\x10"
to turn echo off just for that line? Especially if you're doing a small session that'll save you sendingecho(0)\n
each time, at the expense of one extra character per request.