Awesome, thanks! I just fixed it - next time I update the website it'll start working again.
Looking at it, I think w should be ostride. Without it, it'll work, but the array will be the full length (rather than the length of a line) so it'll be doing loads of copying and will be a lot slower than it should be :)
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.
Awesome, thanks! I just fixed it - next time I update the website it'll start working again.
Looking at it, I think
w
should beostride
. Without it, it'll work, but the array will be the full length (rather than the length of a line) so it'll be doing loads of copying and will be a lot slower than it should be :)