I was unaware that setTimeout supported timeouts of less than 1 ms, you have 0.07. I don't yet know whether this is an Espruino feature.
0.07
As for the eval'd strings, you can always pass a function that returns what you want to run, take a look at line 51.
eval
@randunel 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.
I was unaware that setTimeout supported timeouts of less than 1 ms, you have
0.07
. I don't yet know whether this is an Espruino feature.As for the
eval
'd strings, you can always pass a function that returns what you want to run, take a look at line 51.