Please be sure to only post your new thread once - somehow we got three copies of this (gordon will remove the extra copies next time he's online).
Also, you need to include the full URL of the image you're trying to include.
= undefined
is shown when you run any command in the console that does not have a return value - this is standard javascript. It doesn't indicate any problem, unless you were expecting it to return something.
Serial.write() does not include a linebreak. So under most circumstances, you should be able to:
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.
Please be sure to only post your new thread once - somehow we got three copies of this (gordon will remove the extra copies next time he's online).
Also, you need to include the full URL of the image you're trying to include.
= undefined
is shown when you run any command in the console that does not have a return value - this is standard javascript. It doesn't indicate any problem, unless you were expecting it to return something.
Serial.write() does not include a linebreak. So under most circumstances, you should be able to:
into
or
Also, it's Math.round(), not round().