Wow, thanks! That looks amazingly thorough!
And it all works fine with the new changes to 1v72?
Do you think we actually need the asStr argument in read, now that we can just call E.toString? It'd probably help to simplify things even more.
asStr
E.toString
@Gordon 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.
Wow, thanks! That looks amazingly thorough!
And it all works fine with the new changes to 1v72?
Do you think we actually need the
asStr
argument in read, now that we can just callE.toString
? It'd probably help to simplify things even more.