At the moment that's not built in, however it's as simple as writing a bit of code that takes a text string off the internet and passes it to eval(...), which will then execute it... I'll aim to provide a simple example of how to do that.
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.
Hi Martin,
At the moment that's not built in, however it's as simple as writing a bit of code that takes a text string off the internet and passes it to
eval(...)
, which will then execute it... I'll aim to provide a simple example of how to do that.